[evolution] Bug 744471 - Correct may/might usage in gschema strings
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 744471 - Correct may/might usage in gschema strings
- Date: Tue, 17 Feb 2015 08:28:37 +0000 (UTC)
commit 8fe7c8320be6fee15d1c595dd8ae70c9a5bf37d5
Author: Milan Crha <mcrha redhat com>
Date: Tue Feb 17 09:29:59 2015 +0100
Bug 744471 - Correct may/might usage in gschema strings
data/org.gnome.evolution.bogofilter.gschema.xml.in | 2 +-
...org.gnome.evolution.spamassassin.gschema.xml.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.evolution.bogofilter.gschema.xml.in
b/data/org.gnome.evolution.bogofilter.gschema.xml.in
index bda707b..5e13655 100644
--- a/data/org.gnome.evolution.bogofilter.gschema.xml.in
+++ b/data/org.gnome.evolution.bogofilter.gschema.xml.in
@@ -9,7 +9,7 @@
<key name="command" type="s">
<default>''</default>
<_summary>Full path command to run Bogofilter</_summary>
- <_description>Full path to a Bogofilter command. If not set, then a compile-time path is used, usually
/usr/bin/bogofilter. The command might not contain any other arguments.</_description>
+ <_description>Full path to a Bogofilter command. If not set, then a compile-time path is used, usually
/usr/bin/bogofilter. The command should not contain any other arguments.</_description>
</key>
</schema>
</schemalist>
diff --git a/data/org.gnome.evolution.spamassassin.gschema.xml.in
b/data/org.gnome.evolution.spamassassin.gschema.xml.in
index 57cab54..bed350f 100644
--- a/data/org.gnome.evolution.spamassassin.gschema.xml.in
+++ b/data/org.gnome.evolution.spamassassin.gschema.xml.in
@@ -9,13 +9,13 @@
<key name="command" type="s">
<default>''</default>
<_summary>Full path command to run spamassassin</_summary>
- <_description>Full path to a spamassassin command. If not set, then a compile-time path is used,
usually /usr/bin/spamassassin. The command might not contain any other arguments.</_description>
+ <_description>Full path to a spamassassin command. If not set, then a compile-time path is used,
usually /usr/bin/spamassassin. The command should not contain any other arguments.</_description>
</key>
<key name="learn-command" type="s">
<default>''</default>
<_summary>Full path command to run sa-learn</_summary>
- <_description>Full path to a sa-learn command. If not set, then a compile-time path is used, usually
/usr/bin/sa-learn. The command might not contain any other arguments.</_description>
+ <_description>Full path to a sa-learn command. If not set, then a compile-time path is used, usually
/usr/bin/sa-learn. The command should not contain any other arguments.</_description>
</key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]