mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Fix typos in translatable strings
This commit is contained in:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user