Merge branch 'maint'

Conflicts:
	src/io.c
	src/notify.c
	src/utils.c
This commit is contained in:
Lukas Fleischer
2012-05-23 22:23:07 +02:00
3 changed files with 10 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ static void pcal_export_header(FILE * stream)
fprintf(stream, "opt -A -K -l -m -F %s\n",
calendar_week_begins_on_monday()? "Monday" : "Sunday");
fputs("# Display week number (i.e. 1-52) on every Monday\n", stream);
fprintf(stream, "all monday in all %s %%w\n", _("Week"));
fprintf(stream, "all monday in all week %%w\n");
fputc('\n', stream);
}