diff options
-rw-r--r-- | calendar/gui/main.c | 2 | ||||
-rw-r--r-- | calendar/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 80ee344fcb..6d2a334163 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -401,7 +401,7 @@ new_calendar (char *full_name, char *calendar_file, char *geometry, char *page) /* i18n: This "%s%s" indicates possession. Languages where the order is the inverse should translate it to "%2$s%1$s". */ - g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar"), NULL); + g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar")); toplevel = gnome_calendar_new (title); if (gnome_parse_geometry (geometry, &xpos, &ypos, &width, &height)){ diff --git a/calendar/main.c b/calendar/main.c index 80ee344fcb..6d2a334163 100644 --- a/calendar/main.c +++ b/calendar/main.c @@ -401,7 +401,7 @@ new_calendar (char *full_name, char *calendar_file, char *geometry, char *page) /* i18n: This "%s%s" indicates possession. Languages where the order is the inverse should translate it to "%2$s%1$s". */ - g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar"), NULL); + g_snprintf(title, 128, _("%s%s"), full_name, _("'s calendar")); toplevel = gnome_calendar_new (title); if (gnome_parse_geometry (geometry, &xpos, &ypos, &width, &height)){ |