mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Clarify a confusing string
Relative was repeated twice here, when clearly what was meant is relative or absolute. Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=726447
This commit is contained in:
parent
fd40b5942d
commit
61a105b883
@ -69,7 +69,7 @@ static const struct help_topic topics[] = {
|
||||
static const struct help_substvar substvars[] = {
|
||||
{ N_("COMMAND"), N_("The command to print detailed help for") },
|
||||
{ N_("APPID"), N_("Application identifier in D-Bus format (eg: org.example.viewer)") },
|
||||
{ N_("FILE"), N_("Optional relative or relative filenames, or URIs to open") },
|
||||
{ N_("FILE"), N_("Optional relative or absolute filenames, or URIs to open") },
|
||||
{ N_("ACTION"), N_("The action name to invoke") },
|
||||
{ N_("PARAMETER"), N_("Optional parameter to the action invocation, in GVariant format") }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user