diff options
author | Hari Prasad Nadig <hp@ndeepak.info> | 2004-03-29 23:24:00 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-29 23:24:00 +0800 |
commit | fd3f56c46b4a17856508effe788a0fdbaaed2573 (patch) | |
tree | 044eab0a3af0a74d2d6bf1fdbb557b8ec33616d2 /calendar/gui/goto-dialog.glade | |
parent | aad4e76cf2d6835ba93c88bd909d7c181470ac0d (diff) | |
download | gsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.tar.gz gsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.tar.zst gsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.zip |
Naming issue, Go to Date -> Select Date, Go to Today -> Select today.
2004-03-22 Hari Prasad Nadig <hp@ndeepak.info>
* gui/goto-dialog.glade: Naming issue, Go to Date -> Select Date,
Go to Today -> Select today. Solves 48293
* gui/e-calendar-view.c: gives aid to the above change.
svn path=/trunk/; revision=25224
Diffstat (limited to 'calendar/gui/goto-dialog.glade')
-rw-r--r-- | calendar/gui/goto-dialog.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/goto-dialog.glade b/calendar/gui/goto-dialog.glade index e11f3f3c65..f976fe5214 100644 --- a/calendar/gui/goto-dialog.glade +++ b/calendar/gui/goto-dialog.glade @@ -4,7 +4,7 @@ <glade-interface> <widget class="GtkDialog" id="goto-dialog"> - <property name="title" translatable="yes">Go To Date</property> + <property name="title" translatable="yes">Select Date</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> @@ -28,7 +28,7 @@ <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Go To Today</property> + <property name="label" translatable="yes">_Select Today</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="response_id">0</property> |