[evolution-patches] Patch for bug #61070



Need approval for a simple string change for the 2-8 branch. The bug was
filed by a translator.

-- 
Hans Petter
Index: tools/evolution-addressbook-export.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/tools/evolution-addressbook-export.c,v
retrieving revision 1.2
diff -u -p -r1.2 evolution-addressbook-export.c
--- tools/evolution-addressbook-export.c	24 May 2004 18:52:39 -0000	1.2
+++ tools/evolution-addressbook-export.c	7 Sep 2004 07:18:43 -0000
@@ -119,7 +119,7 @@ main (int argc, char **argv)
 		} else {
 			/*check no file_size */
 			if (file_size != 0) {
-				g_warning (_("In normal mode, there should not need size option."));
+				g_warning (_("In normal mode, there is no need for the size option."));
 				exit (-1);
 			}
 		}

Index: addressbook/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1816
diff -u -p -r1.1816 ChangeLog
--- addressbook/ChangeLog	21 Aug 2004 21:53:41 -0000	1.1816
+++ addressbook/ChangeLog	8 Sep 2004 06:15:42 -0000
@@ -1,0 +1,10 @@
+
+2004-09-07  Fazlu & Hannah <hannah_lins yahoo co in>
+        
+        Fixes bug #61070  
+
+        * addressbook/tools/evolution-addressbook-export.c (main):
+        Changed the string into proper grammar
+        'In normal mode, there should not need size option.'
+        to 'In normal mode, there is no need for the size option.'
+                                                                                                                          




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