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_about.c
parent7c635923deb41cf287b7bb9cb047613e2d38bf04 (diff)
Adding comments for translators
Diffstat (limited to 'src/remmina_about.c')
-rw-r--r--src/remmina_about.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_about.c b/src/remmina_about.c
index 9723d63e7..c1c7d4d89 100644
--- a/src/remmina_about.c
+++ b/src/remmina_about.c
@@ -50,6 +50,7 @@ void remmina_about_open(GtkWindow *parent)
GtkDialog *dialog = GTK_DIALOG(gtk_builder_get_object(builder, "dialog_remmina_about"));
gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(dialog), VERSION " (git " REMMINA_GIT_REVISION ")");
+ /// TRANSLATORS: translator-credits should be replaced with a formatted list of translators in your own language
gtk_about_dialog_set_translator_credits(GTK_ABOUT_DIALOG(dialog), _("translator-credits"));
if (parent) {