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
path: root/src
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
parent0df5ef7cbfbeef19c3e1f5eb38a7a863c7185c17 (diff)
Fixing strings
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src')
-rw-r--r--src/remmina.14
-rw-r--r--src/remmina.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/remmina.1 b/src/remmina.1
index f3b30af97..a9faec2d7 100644
--- a/src/remmina.1
+++ b/src/remmina.1
@@ -8,7 +8,7 @@
.Op Fl a|i|n|q|v
.Op Fl c Ar FILE
.Op Fl e Ar FILE
-.Op Fl p Ar PAGENR
+.Op Fl p Ar TABINDEX
.Op Fl s Ar SERVER
.Op Fl t Ar PROTOCOL
.Op Fl x Ar PLUGIN
@@ -54,7 +54,7 @@ Open and edit desktop connection using options described by file, file type can
Start Remmina in kiosk mode (thin client)
.It Fl n, -new\fR
Create a new connection profile
-.It Fl p, -pref\fR=\fIPAGENR\fR
+.It Fl p, -pref\fR=\fITABINDEX\fR
Show preferences dialog page
.It Fl x, -plugin\fR=\fIPLUGIN\fR
Execute the plugin
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