[vinagre] gschema: Fix gettext-domain



commit 4c6e4e2dbe97e8b4fac7eff5cb1eef187c731c39
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Oct 1 19:24:52 2017 +0200

    gschema: Fix gettext-domain

 data/org.gnome.Vinagre.gschema.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Vinagre.gschema.xml b/data/org.gnome.Vinagre.gschema.xml
index 76935d4..161b8cc 100644
--- a/data/org.gnome.Vinagre.gschema.xml
+++ b/data/org.gnome.Vinagre.gschema.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <schemalist>
-  <schema path="/org/gnome/vinagre/" id="org.gnome.Vinagre">
+  <schema path="/org/gnome/vinagre/" id="org.gnome.Vinagre" gettext-domain="vinagre">
     <key type="b" name="shared-flag">
       <default>true</default>
       <summary>Whether we should leave other clients connected</summary>
@@ -28,4 +28,4 @@
       <description>Set to "true" to always start the program listening for reverse connections.</description>
     </key>
   </schema>
-</schemalist>
\ No newline at end of file
+</schemalist>


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