[gnome-applets] gschema: Fix gettext-domain
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] gschema: Fix gettext-domain
- Date: Sun, 1 Oct 2017 16:34:58 +0000 (UTC)
commit 84feeb4879f69330c58b9859d1db7e3235742e91
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sun Oct 1 18:34:46 2017 +0200
gschema: Fix gettext-domain
....gnome-applets.window-buttons.gschema.xml.in.in | 2 +-
...me.gnome-applets.window-title.gschema.xml.in.in | 2 +-
...-applets.window-picker-applet.gschema.xml.in.in | 14 +++++++-------
3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in
b/window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in
index 9628396..ac1e42f 100755
--- a/window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in
+++ b/window-buttons/org.gnome.gnome-applets.window-buttons.gschema.xml.in.in
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.gnome.gnome-applets.window-buttons">
<key name="btn-focused-normal-close" type="s">
<default>'@WB_DATA_DIR@/themes/default/close-focused-normal.png'</default>
diff --git a/window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in
b/window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in
index 206ff71..d1b0dc9 100755
--- a/window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in
+++ b/window-title/org.gnome.gnome-applets.window-title.gschema.xml.in.in
@@ -1,4 +1,4 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.gnome.gnome-applets.window-title">
<key name="hide-on-unmaximized" type="b">
<default>false</default>
diff --git a/windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in
b/windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in
index 0090390..c57f210 100644
--- a/windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in
+++ b/windowpicker/data/org.gnome.gnome-applets.window-picker-applet.gschema.xml.in.in
@@ -1,25 +1,25 @@
-<schemalist>
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.gnome.gnome-applets.window-picker-applet">
<key name="show-all-windows" type="b">
<default>true</default>
- <summary>Show windows from all workspaces.</summary>
+ <_summary>Show windows from all workspaces.</_summary>
</key>
<key name="show-home-title" type="b">
<default>false</default>
- <summary>Show the home title and logout button in the window title if no window is selected and
active (maximized)</summary>
+ <_summary>Show the home title and logout button in the window title if no window is selected and
active (maximized)</_summary>
</key>
<key name="show-application-title" type="b">
<default>false</default>
- <summary>Show the application title when an application is active and maximized</summary>
+ <_summary>Show the application title when an application is active and maximized</_summary>
</key>
<key name="icons-greyscale" type="b">
<default>false</default>
- <summary>All icons except the current active window icon are greyed out.
- Disable to have colored icons for all windows</summary>
+ <_summary>All icons except the current active window icon are greyed out.
+ Disable to have colored icons for all windows</_summary>
</key>
<key name="expand-task-list" type="b">
<default>false</default>
- <summary>Whether the task list will expand automatically and use all available space.</summary>
+ <_summary>Whether the task list will expand automatically and use all available space.</_summary>
</key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]