[evolution-patches] Bug 48293 : Naming issues.. ( Go to Date -> Select Date etc.. )
- From: hpnadig <hp ndeepak info>
- To: Evolution Patches <evolution-patches ximian com>
- Subject: [evolution-patches] Bug 48293 : Naming issues.. ( Go to Date -> Select Date etc.. )
- Date: Mon, 22 Mar 2004 00:56:58 +0530
This one makes the required changes specified in the bug #48293.
Attached are the diff files with Changelog.
- h.p.
--
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2201
diff -u -p -r1.2201 ChangeLog
--- ChangeLog 19 Mar 2004 17:03:26 -0000 1.2201
+++ ChangeLog 21 Mar 2004 19:00:45 -0000
@@ -1,3 +1,23 @@
+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-19 JP Rosevear <jpr ximian com>
Fixes #55716
Index: goto-dialog.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/goto-dialog.glade,v
retrieving revision 1.12
diff -u -p -r1.12 goto-dialog.glade
--- goto-dialog.glade 5 Feb 2004 07:00:30 -0000 1.12
+++ goto-dialog.glade 21 Mar 2004 18:50:40 -0000
@@ -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>
Index: e-calendar-view.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-calendar-view.c,v
retrieving revision 1.38
diff -u -p -r1.38 e-calendar-view.c
--- e-calendar-view.c 15 Mar 2004 16:53:50 -0000 1.38
+++ e-calendar-view.c 21 Mar 2004 18:49:36 -0000
@@ -1235,8 +1235,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,
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ui/ChangeLog,v
retrieving revision 1.382
diff -u -r1.382 ChangeLog
--- ChangeLog 8 Mar 2004 17:53:52 -0000 1.382
+++ ChangeLog 21 Mar 2004 19:11:50 -0000
@@ -1,3 +1,7 @@
+2004-03-22 Hari Prasad Nadig <hp ndeepak info>
+
+ * evolution-calendar.xml: Naming issue resolved ( Bug 48293 )
+
2004-03-08 Radek Doulik <rodo ximian com>
* evolution-mail-message.xml: added filter junk command and
Index: evolution-calendar.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution-calendar.xml,v
retrieving revision 1.66
diff -u -p -r1.66 evolution-calendar.xml
--- evolution-calendar.xml 29 Dec 2003 09:59:08 -0000 1.66
+++ evolution-calendar.xml 21 Mar 2004 18:51:05 -0000
@@ -6,9 +6,9 @@
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/>
<cmd name="CalendarPrev" _tip="Go back" pixtype="stock" pixname="gtk-go-back"/>
- <cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/>
+ <cmd name="CalendarToday" _tip="Select today" pixtype="stock" pixname="Home"/>
<cmd name="CalendarNext" _tip="Go forward" pixtype="stock" pixname="gtk-go-forward"/>
- <cmd name="CalendarGoto" _tip="Go to a specific date" pixtype="stock" pixname="gtk-jump-to"/>
+ <cmd name="CalendarGoto" _tip="Select a specific date" pixtype="stock" pixname="gtk-jump-to"/>
<cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/>
<cmd name="ShowWorkWeekView" _tip="Show the working week" pixtype="pixbuf"/>
@@ -59,9 +59,9 @@
<submenu name="View">
<placeholder name="ViewBegin">
- <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"
+ <menuitem name="Today" verb="CalendarToday" _label="Select _Today"
accel="*Control**Alt*t"/>
- <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" accel="*Control**Alt*g"/>
+ <menuitem name="Goto" verb="CalendarGoto" _label="Select _Date" accel="*Control**Alt*g"/>
<separator f="" name="ecal"/>
</placeholder>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]