[evolution-patches] fix for bug 308851



hi all,

this patch should fix bug 308851 and should go into HEAD for 2.3.
i disagree with the poster of that bug do change the word "modify" to
"funkify", but i agree with changing the punctuation.
please commit since i do not have cvs write access, and since this one
is pretty unimportant, also feel free to not commit and to close the bug
as WONTFIX.

for any feedback please cc me since i am not a member of this list. 

cheers,
andre :-)
-- 
 mailto:ak-47 gmx net | failed!
 http://www.iomc.de
Index: evolution/calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2750
diff -u -r1.2750 ChangeLog
--- evolution/calendar/ChangeLog	23 Jun 2005 12:51:31 -0000	1.2750
+++ evolution/calendar/ChangeLog	25 Jun 2005 14:55:44 -0000
@@ -1,3 +1,7 @@
+2005-06-25  Andre Klapper  <a9016009 gmx de>
+	* gui/dialogs/recur-comp.c:
+	fixing string bug 308851
+
 2005-06-23  Chenthill Palanisamy  <pchenthill novell com>
 
 	* gui/dialogs/event-page.c: (sensitize_widgets): 
Index: evolution/calendar/gui/dialogs/recur-comp.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/recur-comp.c,v
retrieving revision 1.16
diff -u -r1.16 recur-comp.c
--- evolution/calendar/gui/dialogs/recur-comp.c	22 Jun 2005 08:16:27 -0000	1.16
+++ evolution/calendar/gui/dialogs/recur-comp.c	25 Jun 2005 14:57:32 -0000
@@ -49,17 +49,17 @@
 	switch (vtype) {
 	case E_CAL_COMPONENT_EVENT:
 		if (!delegated)
-			str = g_strdup_printf (_("You are modifying a recurring event, what would you like to modify?"));
+			str = g_strdup_printf (_("You are modifying a recurring event. What would you like to modify?"));
 		else 
-			str = g_strdup_printf (_("You are delegating a recurring event, what would like to delegate?"));
+			str = g_strdup_printf (_("You are delegating a recurring event. What would like to delegate?"));
 		break;
 
 	case E_CAL_COMPONENT_TODO:
-		str = g_strdup_printf (_("You are modifying a recurring task, what would you like to modify?"));
+		str = g_strdup_printf (_("You are modifying a recurring task. What would you like to modify?"));
 		break;
 
 	case E_CAL_COMPONENT_JOURNAL:
-		str = g_strdup_printf (_("You are modifying a recurring journal entry, what would you like to modify?"));
+		str = g_strdup_printf (_("You are modifying a recurring journal entry. What would you like to modify?"));
 		break;
 
 	default:

Attachment: signature.asc
Description: This is a digitally signed message part



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