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 914c26c3ec..f2693d5966 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.c +++ b/calendar/gui/dialogs/cal-prefs-dialog.c @@ -401,7 +401,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 { |