aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorHari Prasad Nadig <hp@ndeepak.info>2004-03-29 23:24:00 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-29 23:24:00 +0800
commitfd3f56c46b4a17856508effe788a0fdbaaed2573 (patch)
tree044eab0a3af0a74d2d6bf1fdbb557b8ec33616d2 /calendar
parentaad4e76cf2d6835ba93c88bd909d7c181470ac0d (diff)
downloadgsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.tar
gsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.tar.gz
gsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.tar.bz2
gsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.tar.lz
gsoc2013-evolution-fd3f56c46b4a17856508effe788a0fdbaaed2573.tar.xz
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')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/e-calendar-view.c4
-rw-r--r--calendar/gui/goto-dialog.glade4
3 files changed, 11 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 0c5dd186f1..efde6e4e90 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2004-03-29 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): removed
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 68bbfc88f4..928205481e 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -1247,8 +1247,8 @@ static EPopupMenu main_items [] = {
E_POPUP_SUBMENU (N_("Current View"), NULL, 0),
- E_POPUP_ITEM (N_("Go to _Today"), GTK_SIGNAL_FUNC (on_goto_today), 0),
- E_POPUP_ITEM (N_("_Go to Date..."), GTK_SIGNAL_FUNC (on_goto_date), 0),
+ E_POPUP_ITEM (N_("Select _Today"), GTK_SIGNAL_FUNC (on_goto_today), 0),
+ E_POPUP_ITEM (N_("_Select Date..."), GTK_SIGNAL_FUNC (on_goto_date), 0),
E_POPUP_SEPARATOR,
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>