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/e-calendar-view.c | |
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/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |