summaryrefslogtreecommitdiff
path: root/src/org.gnome.gnome-screenshot.gschema.xml.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-04-01 19:50:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-04-01 19:53:26 -0400
commit65473b2912bb696d7b7da9d0943aef6c6e26254f (patch)
treeaaf74b235e2823fe2fd953615e290aea1e95e3ea /src/org.gnome.gnome-screenshot.gschema.xml.in
parentcd3d146608b215266a527fcd4edaf460efaf5cd8 (diff)
downloadgnome-screenshot-65473b2912bb696d7b7da9d0943aef6c6e26254f.tar.gz
Fix schema translations
There are two fixes here. First, we need to use the correct gettext domain in the schema file and second, we must not merge translations back into the xml file, since dconf-editor can't deal with that. http://bugzilla.gnome.org/show_bug.cgi?id=747125
Diffstat (limited to 'src/org.gnome.gnome-screenshot.gschema.xml.in')
-rw-r--r--src/org.gnome.gnome-screenshot.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.gnome.gnome-screenshot.gschema.xml.in b/src/org.gnome.gnome-screenshot.gschema.xml.in
index ea8a09a..8d08edf 100644
--- a/src/org.gnome.gnome-screenshot.gschema.xml.in
+++ b/src/org.gnome.gnome-screenshot.gschema.xml.in
@@ -1,4 +1,4 @@
-<schemalist gettext-domain="gnome-utils-2.0">
+<schemalist gettext-domain="gnome-screenshot">
<enum id="org.gnome.gnome-screenshot.file-types">
<value nick="bmp" value="0"/>
<value nick="jpg" value="1"/>