mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
gio-tool: Use "…" consistently
"gio help COMMAND" shows some arguments with "..." and some with "…", which looks weird, e.g.: $ gio help mount gio mount [OPTION…] [LOCATION...] Let's use "…" consitently.
This commit is contained in:
@@ -91,7 +91,7 @@ handle_move (int argc, char *argv[], gboolean do_help)
|
||||
g_set_prgname ("gio move");
|
||||
|
||||
/* Translators: commandline placeholder */
|
||||
param = g_strdup_printf ("%s... %s", _("SOURCE"), _("DESTINATION"));
|
||||
param = g_strdup_printf ("%s… %s", _("SOURCE"), _("DESTINATION"));
|
||||
context = g_option_context_new (param);
|
||||
g_free (param);
|
||||
g_option_context_set_help_enabled (context, FALSE);
|
||||
|
Reference in New Issue
Block a user