Fix typos in translatable strings

This commit is contained in:
Piotr Drąg 2016-08-17 20:34:38 +02:00
parent ec2a7cc710
commit 3f0ff576a7
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ handle_mkdir (int argc, char *argv[], gboolean do_help)
if (argc < 2)
{
show_help (context, _("No locations gives"));
show_help (context, _("No locations given"));
return 1;
}