Re: [evolution-patches] Bug 48293 : Naming issues.. ( Go to Date -> Select Date etc.. )



Submitting again the second diff file I submitted with a minor change.
( The accelerator is now set to Ctrl + Alt + D which suits the name
Select Date )

Attached is the changed second diff file.

 - h.p.


On Mon, 2004-03-22 at 00:56 +0530, hpnadig wrote:

> 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/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*d"/>
 	<separator f="" name="ecal"/>
       </placeholder>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]