diff options
Diffstat (limited to 'calendar/gui/event-editor-dialog.glade.h')
-rw-r--r-- | calendar/gui/event-editor-dialog.glade.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h index 82296cb106..f4008b76e5 100644 --- a/calendar/gui/event-editor-dialog.glade.h +++ b/calendar/gui/event-editor-dialog.glade.h @@ -4,9 +4,8 @@ * DO NOT compile it as part of your application. */ -gchar *s = N_("event-editor-dialog"); gchar *s = N_("Su_mmary:"); -gchar *s = N_("Time"); +gchar *s = N_("Date & Time"); gchar *s = N_("_Start time:"); gchar *s = N_("_End time:"); gchar *s = N_("A_ll day event"); @@ -14,7 +13,7 @@ gchar *s = N_("Classification"); gchar *s = N_("Pu_blic"); gchar *s = N_("Pri_vate"); gchar *s = N_("_Confidential"); -gchar *s = N_("_Contacts"); +gchar *s = N_("_Contacts..."); gchar *s = N_("Ca_tegories..."); gchar *s = N_("Appointment"); gchar *s = N_("Appointment Basics"); |