Re: [evolution-patches] patch for #53194 : Change text indropdownlist for reminder types
- From: "V Ravi Kumar Raju" <vravikr yahoo co uk>
- To: "Dan Winship" <danw novell com>, "Rodrigo Moya" <rodrigo ximian com>
- Cc: <tim ximian com>, <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] patch for #53194 : Change text indropdownlist for reminder types
- Date: Mon, 17 May 2004 20:43:49 +0530
Hi,
The patch contain code to change the text in dropdown list for reminder type
from "Display a message" to "Popup an alert" for the bug#53194.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2322
diff -u -p -r1.2322 ChangeLog
--- ChangeLog 14 May 2004 12:09:12 -0000 1.2322
+++ ChangeLog 17 May 2004 14:39:03 -0000
@@ -1,3 +1,9 @@
+2004-05-17 V Ravi Kumar Raju <vravikr yahoo co uk>
+
+ * gui/e-alarm-list.c
+ * gui/dialogs/alarm-page.glade: Change dropdown list item 'Display
a message'
+ for reminder types to 'Pop up an alert'
+
2004-05-14 Rodrigo Moya <rodrigo ximian com>
* gui/e-day-view.c (process_component):
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 14:39:04 -0000
@@ -445,7 +445,7 @@ get_alarm_string (ECalComponentAlarm *al
break;
case E_CAL_COMPONENT_ALARM_DISPLAY:
- base = _("Display a message");
+ base = _("Pop up an alert");
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 14:39:04 -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">Pop up an alert</property>
<property name="use_underline">True</property>
</widget>
</child>
I feel this should be ok.
Regards
Ravi Kumar Raju
----- Original Message -----
From: "Dan Winship" <danw novell com>
To: "Rodrigo Moya" <rodrigo ximian com>
Cc: "V Ravi Kumar Raju" <vravikr yahoo co uk>; <tim ximian com>;
<evolution-patches lists ximian com>
Sent: Monday, May 17, 2004 8:22 PM
Subject: Re: [evolution-patches] patch for #53194 : Change text
indropdownlist for reminder types
> On Mon, 2004-05-17 at 16:34 +0200, Rodrigo Moya wrote:
> > On Mon, 2004-05-17 at 19:24 +0530, V Ravi Kumar Raju wrote:
> > > Hi Rodrigo,
> > >
> > > Then I feel the best option will be to use 'Popup a message' or 'Popup
an
> > > alert' that will suit for both the condition if you are going to use
popup a
> > > message using system tray or a dialog box.
> > >
> > yes, that sounds much better. If nobody disagrees, then please use that.
>
> "Pop up" should be two words.
>
> -- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]