[evolution-patches] patch for #53194 : Change text in dropdown list for reminder types
- From: "V Ravi Kumar Raju" <vravikr yahoo co uk>
- To: <tim ximian com>
- Cc: <evolution-patches lists ximian com>
- Subject: [evolution-patches] patch for #53194 : Change text in dropdown list for reminder types
- Date: Mon, 17 May 2004 15:23:57 +0530
Hi,
The patch contain code to change the text in dropdown list for reminder type
from "Display a message" to "Place icon in panel" for the bug#53194.
Index: gui/e-alarm-list.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-alarm-list.c,v
retrieving revision 1.8
diff -u -p -r1.8 e-alarm-list.c
--- gui/e-alarm-list.c 24 Mar 2004 00:17:57 -0000 1.8
+++ gui/e-alarm-list.c 17 May 2004 09:47:22 -0000
@@ -445,7 +445,7 @@ get_alarm_string (ECalComponentAlarm *al
break;
case E_CAL_COMPONENT_ALARM_DISPLAY:
- base = _("Display a message");
+ base = _("Place icon in panel");
break;
case E_CAL_COMPONENT_ALARM_EMAIL:
Index: gui/dialogs/alarm-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/alarm-page.glade,v
retrieving revision 1.16
diff -u -p -r1.16 alarm-page.glade
--- gui/dialogs/alarm-page.glade 8 Mar 2004 21:26:46 -0000 1.16
+++ gui/dialogs/alarm-page.glade 17 May 2004 09:47:24 -0000
@@ -191,7 +191,7 @@
<child>
<widget class="GtkMenuItem" id="convertwidget2">
<property name="visible">True</property>
- <property name="label"
translatable="yes">Display a message</property>
+ <property name="label"
translatable="yes">Place icon in panel</property>
<property name="use_underline">True</property>
</widget>
</child>
Regards
Ravi Kumar Raju
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]