Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-06-07 19:01:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-06-07 19:01:40 +0300
commitd7369bda7586faca85484469c7c9c268126171bd (patch)
tree07aec85e7ee90b8d172f98f259f0246523923379 /src/remmina.c
parent0df5ef7cbfbeef19c3e1f5eb38a7a863c7185c17 (diff)
Fixing strings
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina.c b/src/remmina.c
index 8da78affd..dbeae30a9 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -94,7 +94,7 @@ static GOptionEntry remmina_options[] =
// TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
{ "new", 'n', 0, G_OPTION_ARG_NONE, NULL, N_("Create new connection profile"), NULL },
// TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
- { "pref", 'p', 0, G_OPTION_ARG_STRING, NULL, N_("Show preferences"), N_("PAGENR") },
+ { "pref", 'p', 0, G_OPTION_ARG_STRING, NULL, N_("Show preferences"), N_("TABINDEX") },
#if 0
/* This option was used mainly for telepathy, let's keep it if we will need it in the future */
// TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal