[evolution-patches] Don't mark component accels for translation
- From: Christian Neumair <chris gnome-de org>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Don't mark component accels for translation
- Date: Fri, 02 Jul 2004 17:51:52 +0200
The various server.in.in files contain evolution:menu_accelerator
attributes that are marked for translation. There is no reason to do so.
regs,
Chris
Index: ./addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in,v
retrieving revision 1.18
diff -u -r1.18 GNOME_Evolution_Addressbook.server.in.in
--- ./addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 19 May 2004 03:47:01 -0000 1.18
+++ ./addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 2 Jul 2004 15:49:21 -0000
@@ -46,7 +46,7 @@
<oaf_attribute name="evolution:component_alias" type="string" value="contacts"/>
<oaf_attribute name="evolution:menu_label" type="string" _value="C_ontacts"/>
- <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F2"/>
+ <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F2"/>
<oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/>
<oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/>
<oaf_attribute name="evolution:button_icon" type="string" value="stock_addressbook"/>
Index: ./calendar/gui/GNOME_Evolution_Calendar.server.in.in
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/GNOME_Evolution_Calendar.server.in.in,v
retrieving revision 1.14
diff -u -r1.14 GNOME_Evolution_Calendar.server.in.in
--- ./calendar/gui/GNOME_Evolution_Calendar.server.in.in 19 May 2004 03:46:47 -0000 1.14
+++ ./calendar/gui/GNOME_Evolution_Calendar.server.in.in 2 Jul 2004 15:49:21 -0000
@@ -44,7 +44,7 @@
<oaf_attribute name="name" type="string" _value="Evolution's Calendar component"/>
<oaf_attribute name="evolution:menu_label" type="string" _value="_Calendars"/>
- <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F3"/>
+ <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F3"/>
<oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/>
<oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/>
<oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/>
@@ -63,7 +63,7 @@
<oaf_attribute name="name" type="string" _value="Evolution's Tasks component"/>
<oaf_attribute name="evolution:menu_label" type="string" _value="_Tasks"/>
- <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F4"/>
+ <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F4"/>
<oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/>
<oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/>
<oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/>
Index: ./mail/GNOME_Evolution_Mail.server.in.in
===================================================================
RCS file: /cvs/gnome/evolution/mail/GNOME_Evolution_Mail.server.in.in,v
retrieving revision 1.22
diff -u -r1.22 GNOME_Evolution_Mail.server.in.in
--- ./mail/GNOME_Evolution_Mail.server.in.in 19 May 2004 03:47:22 -0000 1.22
+++ ./mail/GNOME_Evolution_Mail.server.in.in 2 Jul 2004 15:49:21 -0000
@@ -30,7 +30,7 @@
<oaf_attribute name="evolution:component_alias" type="string" value="mail"/>
<oaf_attribute name="evolution:menu_label" type="string" _value="_Mail"/>
- <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F1"/>
+ <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F1"/>
<oaf_attribute name="evolution:button_label" type="string" _value="Mail"/>
<oaf_attribute name="evolution:button_sort_order" type="string" value="-10"/>
<oaf_attribute name="evolution:button_icon" type="string" value="stock_mail"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]