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:
authorAntenore Gatta <antenore@simbiosi.org>2019-09-07 02:41:39 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-07 02:41:39 +0300
commit5297ba42515f4e09daf65f6d3e2c78f6b97c46d7 (patch)
tree64d7442105623e626f8bd7de521c238270777408 /plugins/www
parent685d3ec11a0e98d12690e033fd4225789ec4a23a (diff)
Added some tooltips
Diffstat (limited to 'plugins/www')
-rw-r--r--plugins/www/www_plugin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/www/www_plugin.c b/plugins/www/www_plugin.c
index 37ae66153..75d7893d2 100644
--- a/plugins/www/www_plugin.c
+++ b/plugins/www/www_plugin.c
@@ -780,10 +780,10 @@ static gboolean remmina_plugin_www_get_snapshot(RemminaProtocolWidget *gp, Remmi
*/
static const RemminaProtocolSetting remmina_plugin_www_basic_settings[] =
{
- { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "server", N_("URL (http://address or https://address)"), FALSE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "username", N_("Username"), FALSE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_PASSWORD, "password", N_("Password"), FALSE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_END, NULL, NULL, FALSE, NULL, NULL }
+ { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "server", N_("URL"), FALSE, NULL, N_("http://address or https://address") },
+ { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "username", N_("Username"), FALSE, NULL, NULL },
+ { REMMINA_PROTOCOL_SETTING_TYPE_PASSWORD, "password", N_("Password"), FALSE, NULL, NULL },
+ { REMMINA_PROTOCOL_SETTING_TYPE_END, NULL, NULL, FALSE, NULL, NULL }
};
/* Array of RemminaProtocolSetting for advanced settings.