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-11 01:04:21 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-11 01:04:21 +0300
commit6e9909ba70d5e0834dd3f1eacbd9c3b03dc4d9a6 (patch)
tree24f0907a86f2140eaaa2bde8eacf0d923de61ea5 /plugins/www
parent301f4f22e1d30b0fcdd4a61f282f45c47c9522eb (diff)
Spelling: E.g, example.org
Diffstat (limited to 'plugins/www')
-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 4bf6b38ff..b0f6b8bb7 100644
--- a/plugins/www/www_plugin.c
+++ b/plugins/www/www_plugin.c
@@ -892,7 +892,7 @@ static const RemminaProtocolSetting remmina_plugin_www_basic_settings[] =
static const RemminaProtocolSetting remmina_plugin_www_advanced_settings[] =
{
{ REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "user-agent", N_("User agent"), FALSE, NULL, NULL },
- { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "proxy-url", N_("Proxy URL"), FALSE, NULL, N_("Ex. https://myproxy.com, socks://mysocks:1080") },
+ { REMMINA_PROTOCOL_SETTING_TYPE_TEXT, "proxy-url", N_("Proxy URL"), FALSE, NULL, N_("E.g. https://example.org, socks://mysocks:1080") },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-java", N_("Turn on Java support"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-smooth-scrolling", N_("Turn on smooth scrolling"), TRUE, NULL, NULL },
{ REMMINA_PROTOCOL_SETTING_TYPE_CHECK, "enable-spatial-navigation", N_("Turn on spatial navigation"), TRUE, NULL, NULL },