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 02:32:36 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-13 02:32:36 +0300
commit870a2e7a589ab93f0cda779ae882d30e9e18c1cc (patch)
tree2d925746a3cabb1431774c5f00a5714c6d4b3c8a /src/remmina_pref_dialog.c
parent7c635923deb41cf287b7bb9cb047613e2d38bf04 (diff)
Adding comments for translators
Diffstat (limited to 'src/remmina_pref_dialog.c')
-rw-r--r--src/remmina_pref_dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.c b/src/remmina_pref_dialog.c
index 8c2363ad9..ea3f518de 100644
--- a/src/remmina_pref_dialog.c
+++ b/src/remmina_pref_dialog.c
@@ -440,6 +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
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);