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-11-13 11:51:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-13 11:51:27 +0300
commit4977cfaabfef2f19236916f428ac0a9666088d79 (patch)
treeecc17b2a278fe26ed33e9e7d921339bf53dad291 /src/remmina_pref_dialog.c
parentf5538526e96c21ba273d911baf492d3bc646dfd6 (diff)
L10n/comments
Diffstat (limited to 'src/remmina_pref_dialog.c')
-rw-r--r--src/remmina_pref_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_pref_dialog.c b/src/remmina_pref_dialog.c
index ea3f518de..91ca427b5 100644
--- a/src/remmina_pref_dialog.c
+++ b/src/remmina_pref_dialog.c
@@ -440,7 +440,7 @@ static void remmina_pref_dialog_init(void)
#else
gtk_switch_set_active(GTK_SWITCH(remmina_pref_dialog->switch_security_use_master_password), FALSE);
gtk_widget_set_sensitive(GTK_WIDGET(remmina_pref_dialog->switch_security_use_master_password), FALSE);
- /// TRANSLATORS: Do not translate libsodium, is the name of a library
+ // TRANSLATORS: Do not translate libsodium, is the name of a library
gtk_widget_set_tooltip_text (GTK_WIDGET(remmina_pref_dialog->switch_security_use_master_password), _("libsodium >= 1.9.0 is required to use master password"));
gtk_widget_set_sensitive(GTK_WIDGET(remmina_pref_dialog->unlock_password), FALSE);
gtk_widget_set_sensitive(GTK_WIDGET(remmina_pref_dialog->unlock_repassword), FALSE);