summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2015-02-19 15:00:37 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2015-02-19 15:00:37 +0100
commita213e5c555bdb492b2a5ccbdeab75c575761961f (patch)
tree73cecdba409210c7f6f06d4d157f8d1640af778c
parentc6ba6dc7f458720d9f8666881f45a830580468cb (diff)
downloadmetacity-a213e5c555bdb492b2a5ccbdeab75c575761961f.tar.gz
Improve translatable strings in gschema file
Just some minor nitpicks.
-rw-r--r--src/org.gnome.metacity.gschema.xml.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/org.gnome.metacity.gschema.xml.in b/src/org.gnome.metacity.gschema.xml.in
index 8f0fc6c0..dbbb642e 100644
--- a/src/org.gnome.metacity.gschema.xml.in
+++ b/src/org.gnome.metacity.gschema.xml.in
@@ -21,8 +21,8 @@
<default>false</default>
<_summary>If true, trade off usability for less resource usage</_summary>
<_description>
- If true, metacity will give the user less feedback by using wireframes,
- avoiding animations, or other means. This is a significant reduction
+ If true, Metacity will give the user less feedback by using wireframes,
+ avoiding animations, or other means. This is a significant reduction
in usability for many users, but may allow legacy applications to
continue working, and may also be a useful tradeoff
for terminal servers.
@@ -56,10 +56,10 @@
</key>
<key name="alt-tab-thumbnails" type="b">
<default>false</default>
- <_summary>Show window content thumbnail in alt-tab</_summary>
+ <_summary>Show window content thumbnail in Alt-Tab</_summary>
<_description>
- If set to true Metacity will show window content thumbnails in alt-tab
- window instead of only icons.
+ If set to true, Metacity will show window content thumbnails in the
+ Alt-Tab window instead of only icons.
</_description>
</key>
</schema>