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:
authorAllan Nordhøy <epost@anotheragency.no>2021-01-28 21:49:08 +0300
committerAllan Nordhøy <epost@anotheragency.no>2021-01-28 21:49:08 +0300
commitbec9930a17b1af0d54a868dcde2437f4e9e1017e (patch)
tree4637d7a199e02d815039eb5de316886409666bbe /src/remmina.c
parent6dfb24904c311ae2a4505acc09606d8a2f5f7545 (diff)
Small typos fixed
Diffstat (limited to 'src/remmina.c')
-rw-r--r--src/remmina.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remmina.c b/src/remmina.c
index a20da7bb5..344a37638 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -376,7 +376,7 @@ int main(int argc, char *argv[])
// TRANSLATORS: Shown in terminal. Do not use characters that may be not supported on a terminal
g_application_set_option_context_description (G_APPLICATION(app),
_("Examples:\n"
- "To connect using an existing connection profile use:\n"
+ "To connect using an existing connection profile, use:\n"
"\n"
"\tremmina -c FILE.remmina\n"
"\n"
@@ -399,7 +399,7 @@ int main(int argc, char *argv[])
"\n"
"\tremmina --encrypt-password\n"
"\n"
- "To update username and password and set a different resolution mode of a remmina connection profile use:\n"
+ "To update username and password and set a different resolution mode of a Remmina connection profile, use:\n"
"\n"
"\techo \"username\\napassword\" | remmina --update-profile /PATH/TO/FOO.remmina --set-option username --set-option resolution_mode=2 --set-option password\n"));