summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2012-03-20 18:52:58 +0100
committerFlorian Müllner <fmuellner@gnome.org>2012-03-20 18:57:50 +0100
commitcabcd16d1bd60a4dc3241ddef3fd22777efd8de6 (patch)
tree862abc19401c9d8b6270a7d7634ae985af403e4e
parentcabbd1982dbeb4dba8f2f15403e432fa8eddd00f (diff)
downloadmetacity-cabcd16d1bd60a4dc3241ddef3fd22777efd8de6.tar.gz
Correct translation domain in keybinding definitions
The actual translations live in metacity, so make the translation domain reflect that (rather than pointing to gsettings-desktop-schemas, which accidentally works for many strings given that they match the description of the GSettings schemas)
-rw-r--r--src/50-metacity-navigation.xml.in2
-rw-r--r--src/50-metacity-system.xml.in2
-rw-r--r--src/50-metacity-windows.xml.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/50-metacity-navigation.xml.in b/src/50-metacity-navigation.xml.in
index 992b15d2..fc0b4575 100644
--- a/src/50-metacity-navigation.xml.in
+++ b/src/50-metacity-navigation.xml.in
@@ -3,7 +3,7 @@
group="system"
_name="Navigation"
wm_name="Metacity"
- package="gsettings-desktop-schemas">
+ package="metacity">
<KeyListEntry name="move-to-workspace-1"
_description="Move window to workspace 1" />
diff --git a/src/50-metacity-system.xml.in b/src/50-metacity-system.xml.in
index a3deaaad..dcf043ba 100644
--- a/src/50-metacity-system.xml.in
+++ b/src/50-metacity-system.xml.in
@@ -3,7 +3,7 @@
group="system"
_name="System"
wm_name="Metacity"
- package="gsettings-desktop-schemas">
+ package="metacity">
<KeyListEntry name="panel-run-dialog" _description="Show the run command prompt"/>
diff --git a/src/50-metacity-windows.xml.in b/src/50-metacity-windows.xml.in
index 23843c59..daf60f9e 100644
--- a/src/50-metacity-windows.xml.in
+++ b/src/50-metacity-windows.xml.in
@@ -3,7 +3,7 @@
group="system"
_name="Windows"
wm_name="Metacity"
- package="gsettings-desktop-schemas">
+ package="metacity">
<KeyListEntry name="activate-window-menu" _description="Activate the window menu"/>