diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-editor.xml | 6 | ||||
-rw-r--r-- | ui/evolution-event-editor.xml | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 81186e4b3f..5b99743978 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2005-12-20 Srinivasa Ragavan <sragavan@novell.com> + + * evolution-editor.xml: Added tooltips for Attachment + * evolution-event-editor.xml: Added tooltips for Alarms + 2005-12-19 Chenthill Palanisamy <pchenthill@novell.com> committing for David Trowbridge <trowbrds cs colorado edu> diff --git a/ui/evolution-editor.xml b/ui/evolution-editor.xml index 4837bba55f..4a3e33aa2f 100644 --- a/ui/evolution-editor.xml +++ b/ui/evolution-editor.xml @@ -8,7 +8,7 @@ <cmd name="EditPaste" _tip="Paste text from the clipboard" accel="*Control*v" pixtype="stock" pixname="gtk-paste"/> <cmd name="EditSelectAll" _tip="Select all text" accel="*Control*a"/> - <cmd name="InsertAttachment" _tip="Click here to attach a file" accel="*Control**Alt*a" pixtype="pixbuf"/> + <cmd name="InsertAttachments" _tip="Click here to attach a file" accel="*Control**Alt*a" pixtype="pixbuf"/> <cmd name="Help" _tip="Click here to view help availabe" accel="*Control*h" pixtype="stock" pixname="gtk-help"/> @@ -39,7 +39,7 @@ <submenu name="Insert" _label="_Insert"> <placeholder name="Attachments"> - <menuitem name="InsertAttachments" verb="" _label="_Attachments" pixtype="pixbuf"/> + <menuitem name="InsertAttachments" verb="" _label="_Attachment..." pixtype="pixbuf"/> <separator f="" name="attach"/> </placeholder> </submenu> @@ -58,7 +58,7 @@ <toolitem name="FileClose" verb="" _label="Close"/> <separator f="" name="editor1"/> - <toolitem name="InsertAttachments" verb="" _label="Attachments" pixtype="pixbuf"/> + <toolitem name="InsertAttachments" verb="" _label="Attach" pixtype="pixbuf"/> <separator f="" name="ecal3"/> </dockitem> diff --git a/ui/evolution-event-editor.xml b/ui/evolution-event-editor.xml index e4e3eff1f9..1aabb152bb 100644 --- a/ui/evolution-event-editor.xml +++ b/ui/evolution-event-editor.xml @@ -47,6 +47,8 @@ _tip="Query free / busy information for the attendees" pixtype="pixbuf"/> <cmd name="InsertSendOptions" _label="Send Options" _tip="Insert advanced send options"/> + <cmd name="ActionAlarm" _label="Alarms" + _tip="Click here to set or unset alarms for this event" /> </commands> |