[glib] Fix typos in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix typos in translatable strings
- Date: Wed, 17 Aug 2016 18:35:23 +0000 (UTC)
commit 3f0ff576a71b772d6984e87b7e60133b35b65543
Author: Piotr Drąg <piotrdrag gmail com>
Date: Wed Aug 17 20:34:38 2016 +0200
Fix typos in translatable strings
gio/gio-tool-copy.c | 2 +-
gio/gio-tool-mkdir.c | 2 +-
gio/gio-tool-move.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/gio-tool-copy.c b/gio/gio-tool-copy.c
index 6f776f1..4f3c391 100644
--- a/gio/gio-tool-copy.c
+++ b/gio/gio-tool-copy.c
@@ -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) &&
diff --git a/gio/gio-tool-mkdir.c b/gio/gio-tool-mkdir.c
index 11065c3..6e955a8 100644
--- a/gio/gio-tool-mkdir.c
+++ b/gio/gio-tool-mkdir.c
@@ -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;
}
diff --git a/gio/gio-tool-move.c b/gio/gio-tool-move.c
index 1946299..253e610 100644
--- a/gio/gio-tool-move.c
+++ b/gio/gio-tool-move.c
@@ -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'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]