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_about.c
parentf5538526e96c21ba273d911baf492d3bc646dfd6 (diff)
L10n/comments
Diffstat (limited to 'src/remmina_about.c')
-rw-r--r--src/remmina_about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_about.c b/src/remmina_about.c
index c1c7d4d89..de1d7ab9c 100644
--- a/src/remmina_about.c
+++ b/src/remmina_about.c
@@ -50,7 +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
+ // 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) {