summaryrefslogtreecommitdiff
path: root/mate-dictionary/data/org.mate.dictionary.gschema.xml.in
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-06-17 17:54:28 +0100
committerMartin Wimpress <[email protected]>2015-06-17 17:54:28 +0100
commit87b2d863d413d89fa6fc6d4990b309fdf7403625 (patch)
tree3fd0d8e272580cdb97de5dcbf56f64c7bb9369df /mate-dictionary/data/org.mate.dictionary.gschema.xml.in
parent519aa6b184aa07a2afd09e76d1f36aaa5032b3fa (diff)
parentc4df12f12d21ea7d4bc0d656bd5f93539c078d93 (diff)
downloadmate-utils-87b2d863d413d89fa6fc6d4990b309fdf7403625.tar.bz2
mate-utils-87b2d863d413d89fa6fc6d4990b309fdf7403625.tar.xz
Merge pull request #100 from NiceandGently/master
fixes for gschema translation
Diffstat (limited to 'mate-dictionary/data/org.mate.dictionary.gschema.xml.in')
-rw-r--r--mate-dictionary/data/org.mate.dictionary.gschema.xml.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/mate-dictionary/data/org.mate.dictionary.gschema.xml.in b/mate-dictionary/data/org.mate.dictionary.gschema.xml.in
index e6f5add2..faf830f6 100644
--- a/mate-dictionary/data/org.mate.dictionary.gschema.xml.in
+++ b/mate-dictionary/data/org.mate.dictionary.gschema.xml.in
@@ -3,23 +3,23 @@
<schema id="org.mate.dictionary" path="/org/mate/dictionary/" gettext-domain="@GETTEXT_PACKAGE@">
<key name="database" type="s">
<default>'!'</default>
- <_summary>The default database to use</_summary>
- <_description>The name of the default individual database or meta-database to use on a dictionary source. An exclamation mark ("!") means that all the databases present in a dictionary source should be searched</_description>
+ <summary>The default database to use</summary>
+ <description>The name of the default individual database or meta-database to use on a dictionary source. An exclamation mark ("!") means that all the databases present in a dictionary source should be searched</description>
</key>
<key name="strategy" type="s">
<default>'exact'</default>
- <_summary>The default search strategy to use</_summary>
- <_description>The name of the default search strategy to use on a dictionary source, if available. The default strategy is 'exact', that is match exact words.</_description>
+ <summary>The default search strategy to use</summary>
+ <description>The name of the default search strategy to use on a dictionary source, if available. The default strategy is 'exact', that is match exact words.</description>
</key>
<key name="print-font" type="s">
<default>'Serif 12'</default>
- <_summary>The font to be used when printing</_summary>
- <_description>The font to be used when printing a definition.</_description>
+ <summary>The font to be used when printing</summary>
+ <description>The font to be used when printing a definition.</description>
</key>
<key name="source-name" type="s">
<default>'Default'</default>
- <_summary>The name of the dictionary source used</_summary>
- <_description>The name of the dictionary source used to retrieve the definitions of words.</_description>
+ <summary>The name of the dictionary source used</summary>
+ <description>The name of the dictionary source used to retrieve the definitions of words.</description>
</key>
</schema>
</schemalist>