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

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2022-08-30 19:51:05 +0300
committerAllan Nordhøy <epost@anotheragency.no>2022-08-30 19:51:05 +0300
commit2c3a9481e848738890d77b36ef47ee7cb0e4452e (patch)
tree5ff2f9dfb094f8acafe9fd23e44fe3506be61ac4 /plugins
parent83055cfa1e2ce967771826303be16bdb14a68222 (diff)
plugins/x2go/x2go_plugin.c: Fix tip and comment sentence
Diffstat (limited to 'plugins')
-rw-r--r--plugins/x2go/x2go_plugin.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/x2go/x2go_plugin.c b/plugins/x2go/x2go_plugin.c
index bbe0f61c8..2e02169d2 100644
--- a/plugins/x2go/x2go_plugin.c
+++ b/plugins/x2go/x2go_plugin.c
@@ -1699,9 +1699,9 @@ static gboolean rmplugin_x2go_get_auth(RemminaProtocolWidget *gp, gchar* errmsg,
// username in the profile settings.
if ((*default_username) == NULL) {
gchar* l_errmsg = g_strdup_printf(
- _("TIP: Check the 'Save password' checkbox or manually input your "
- "X2Go credentials into the profile settings to store your "
- "credentials permanently and login faster next time.")
+ _("Tip: Check the 'Save password' checkbox or manually input your "
+ "X2Go username and password in the profile settings to store "
+ "them for faster logins.")
);
REMMINA_PLUGIN_MESSAGE("%s", l_errmsg);
(*default_username) = g_strdup("");
@@ -2365,8 +2365,8 @@ static gboolean rmplugin_x2go_exec_x2go(gchar *host,
}
if (FEATURE_AVAILABLE(gpdata, "DPI")) {
- // Even though we validate the users input in Remmina Editor,
- // manipulating profile files is still very possible..
+ // Even though we validate the users input in the Remmina Editor,
+ // manipulating profile files is still very possible…
// Values are extracted from pyhoca-cli.
if (dpi < 20 || dpi > 400) {
g_strlcpy(errmsg, _("DPI setting is out of bounds. Please adjust "