aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools/evolution-addressbook-export.c
diff options
context:
space:
mode:
authorFazlu & Hannah <hannah_lins@yahoo.co.in>2004-09-24 04:24:42 +0800
committerHans Petter <hansp@src.gnome.org>2004-09-24 04:24:42 +0800
commit427ecc6cafb5113683607c815822849291a2693a (patch)
tree1984586157100cc6325218f5351a1a2957d3dfda /addressbook/tools/evolution-addressbook-export.c
parent20ca9be04f0b0d33283e2cca5892613811dced18 (diff)
downloadgsoc2013-evolution-427ecc6cafb5113683607c815822849291a2693a.tar
gsoc2013-evolution-427ecc6cafb5113683607c815822849291a2693a.tar.gz
gsoc2013-evolution-427ecc6cafb5113683607c815822849291a2693a.tar.bz2
gsoc2013-evolution-427ecc6cafb5113683607c815822849291a2693a.tar.lz
gsoc2013-evolution-427ecc6cafb5113683607c815822849291a2693a.tar.xz
gsoc2013-evolution-427ecc6cafb5113683607c815822849291a2693a.tar.zst
gsoc2013-evolution-427ecc6cafb5113683607c815822849291a2693a.zip
Changed the string into proper grammar 'In normal mode, there should not
2004-09-23 Fazlu & Hannah <hannah_lins@yahoo.co.in> * 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
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export.c')
-rw-r--r--addressbook/tools/evolution-addressbook-export.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}