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>2020-05-02 18:27:24 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-02 18:27:24 +0300
commitfef2107d6ce19c03184ad7b520b7ae54ef25310d (patch)
tree2766367ce6c5efa2dba38240bd7c810352c082d4 /plugins/www/www_plugin.c
parent4d47808d698e1acac58f5eabf3cef36bb1198cf2 (diff)
Spelling: "Forget passwords after use"
Diffstat (limited to 'plugins/www/www_plugin.c')
-rw-r--r--plugins/www/www_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/www/www_plugin.c b/plugins/www/www_plugin.c
index 0e2a49644..b5a3a1182 100644
--- a/plugins/www/www_plugin.c
+++ b/plugins/www/www_plugin.c
@@ -883,7 +883,7 @@ static const RemminaProtocolSetting remmina_plugin_www_advanced_settings[] =
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-webgl", N_("Turn on WebGL support"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-webaudio", N_("Turn on HTML5 audio support"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "ignore-tls-errors", N_("Ignore TLS errors"), TRUE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "disablepasswordstoring", N_("Turn off password storing"), TRUE, NULL, NULL },
+ { REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "disablepasswordstoring", N_("Forget passwords after use"), TRUE, NULL, NULL },
#ifdef DEBUG
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-webinspector", N_("Turn on Web Inspector"), TRUE, NULL, NULL },
#endif