From 427ecc6cafb5113683607c815822849291a2693a Mon Sep 17 00:00:00 2001 From: Fazlu & Hannah Date: Thu, 23 Sep 2004 20:24:42 +0000 Subject: Changed the string into proper grammar 'In normal mode, there should not 2004-09-23 Fazlu & Hannah * 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.' svn path=/trunk/; revision=27347 --- addressbook/ChangeLog | 7 +++++++ addressbook/tools/evolution-addressbook-export.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e5a290c674..a2fb181f24 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-09-23 Fazlu & Hannah + + * 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.' + 2004-09-23 JP Rosevear * conduit/address-conduit.c (ecard_from_remote_record): only set diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index b175024685..0793db7aad 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -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); } } -- cgit v1.2.3