From 2c3a9481e848738890d77b36ef47ee7cb0e4452e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Tue, 30 Aug 2022 16:51:05 +0000 Subject: plugins/x2go/x2go_plugin.c: Fix tip and comment sentence --- plugins/x2go/x2go_plugin.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins') 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 " -- cgit v1.2.3