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:
@@ -200,7 +200,7 @@ handle_monitor (int argc, gchar *argv[], gboolean do_help)
|
||||
g_set_prgname ("gio monitor");
|
||||
|
||||
/* 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