diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-06-20 05:55:38 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-06-20 05:55:38 +0800 |
commit | 10966ada7021ae6f8314f026b897b4f297a69db4 (patch) | |
tree | a46496574f079eeb866cce90c8aa2115eca5306e /calendar/gui/event-editor-dialog.glade.h | |
parent | 8f4e85313c83923bf7ce62454c0f38b79ea8d312 (diff) | |
download | gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar.gz gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.tar.zst gsoc2013-evolution-10966ada7021ae6f8314f026b897b4f297a69db4.zip |
tidied up dialog a bit, adding space etc.
2000-06-19 Damon Chaplin <damon@helixcode.com>
* gui/event-editor-dialog.glade: tidied up dialog a bit, adding
space etc.
* gui/e-week-view.c (e_week_view_reshape_events): removed debug msg.
svn path=/trunk/; revision=3639
Diffstat (limited to 'calendar/gui/event-editor-dialog.glade.h')
-rw-r--r-- | calendar/gui/event-editor-dialog.glade.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h index d4712e6de6..c789432d31 100644 --- a/calendar/gui/event-editor-dialog.glade.h +++ b/calendar/gui/event-editor-dialog.glade.h @@ -5,8 +5,8 @@ */ gchar *s = N_("event-editor-dialog"); -gchar *s = N_("_Owner:"); gchar *s = N_("_Summary:"); +gchar *s = N_("_Owner:"); gchar *s = N_("Time"); gchar *s = N_("Start time:"); gchar *s = N_("End time:"); @@ -32,8 +32,8 @@ gchar *s = N_("_Display"); gchar *s = N_("_Audio"); gchar *s = N_("_Program"); gchar *s = N_("_Mail"); -gchar *s = N_("Mail _to"); -gchar *s = N_("_Run program"); +gchar *s = N_("Mail _to:"); +gchar *s = N_("_Run program:"); gchar *s = N_("Classification"); gchar *s = N_("Pu_blic"); gchar *s = N_("Pri_vate"); @@ -60,8 +60,8 @@ gchar *s = N_("Sat"); gchar *s = N_("Sun"); gchar *s = N_("label25"); gchar *s = N_("Recur on the"); -gchar *s = N_("th day of the month"); gchar *s = N_("Recur on the"); +gchar *s = N_("th day of the month"); gchar *s = N_("1st\n" "2nd\n" "3rd\n" |