diff options
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.c b/calendar/gui/dialogs/cal-prefs-dialog.c index 35b946137f..08f61aa99d 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.c +++ b/calendar/gui/dialogs/cal-prefs-dialog.c @@ -400,7 +400,7 @@ update_system_tz_widgets (EShellSettings *shell_settings, zone = e_cal_util_get_system_timezone (); if (zone) { - gchar *tmp = g_strdup_printf ("(%s)", icaltimezone_get_display_name (zone)); + gchar *tmp = g_strdup_printf ("(%s)", _(icaltimezone_get_display_name (zone))); gtk_label_set_text (GTK_LABEL (prefs->system_tz_label), tmp); g_free (tmp); } else { |