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:
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"));