[metacity] Correct translation domain in keybinding definitions
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] Correct translation domain in keybinding definitions
- Date: Tue, 20 Mar 2012 17:59:47 +0000 (UTC)
commit cabcd16d1bd60a4dc3241ddef3fd22777efd8de6
Author: Florian MÃllner <fmuellner gnome org>
Date: Tue Mar 20 18:52:58 2012 +0100
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)
src/50-metacity-navigation.xml.in | 2 +-
src/50-metacity-system.xml.in | 2 +-
src/50-metacity-windows.xml.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/50-metacity-navigation.xml.in b/src/50-metacity-navigation.xml.in
index 992b15d..fc0b457 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 a3deaaa..dcf043b 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 23843c5..daf60f9 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"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]