diff options
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export.c')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 2 |
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); } } |