[dconf-editor/piotrdrag/mark-string-translatable] Mark website label in the about dialog as translatable



commit 010f6d3b50b4678d7200bed7add523120a9e7f61
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Nov 22 15:32:49 2018 +0100

    Mark website label in the about dialog as translatable

 editor/dconf-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index ccec151..dee591d 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -1835,7 +1835,7 @@ namespace AboutDialogInfos
     // various
     internal const string logo_icon_name = "ca.desrt.dconf-editor";
     internal const string website = "https://wiki.gnome.org/Apps/DconfEditor";;
-    internal const string website_label = "Page on GNOME wiki";
+    internal const string website_label = _("Page on GNOME wiki");
     internal const string [] authors = { "Robert Ancell", "Arnaud Bonatti" };
     internal const License license_type = License.GPL_3_0; /* means "version 3.0 or later" */
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]