mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Fix typos in translatable strings
This commit is contained in:
parent
ec2a7cc710
commit
3f0ff576a7
@ -184,7 +184,7 @@ handle_copy (int argc, char *argv[], gboolean do_help)
|
||||
error = NULL;
|
||||
|
||||
uri = g_file_get_uri (target);
|
||||
g_print (_("%s: overwrite '%s' ? "), argv[0], uri);
|
||||
g_print (_("%s: overwrite '%s'? "), argv[0], uri);
|
||||
g_free (uri);
|
||||
|
||||
if (fgets (line, sizeof (line), stdin) &&
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -178,7 +178,7 @@ handle_move (int argc, char *argv[], gboolean do_help)
|
||||
error = NULL;
|
||||
|
||||
uri = g_file_get_uri (target);
|
||||
g_print (_("%s: overwrite '%s' ? "), argv[0], uri);
|
||||
g_print (_("%s: overwrite '%s'? "), argv[0], uri);
|
||||
g_free (uri);
|
||||
if (fgets (line, sizeof (line), stdin) &&
|
||||
(line[0] == 'y' || line[0] == 'Y'))
|
||||
|
Loading…
Reference in New Issue
Block a user