mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -78,7 +78,7 @@ handle_trash (int argc, char *argv[], gboolean do_help)
|
||||
g_set_prgname ("gio trash");
|
||||
|
||||
/* Translators: commandline placeholder */
|
||||
param = g_strdup_printf ("[%s...]", _("LOCATION"));
|
||||
param = g_strdup_printf ("[%s…]", _("LOCATION"));
|
||||
context = g_option_context_new (param);
|
||||
g_free (param);
|
||||
g_option_context_set_help_enabled (context, FALSE);
|
||||
|
Reference in New Issue
Block a user