diff options
author | Andre Klapper <a9016009@gmx.de> | 2010-12-03 05:11:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:06 +0800 |
commit | cd232532dc648c28ec87360269fcfe7c440ce00d (patch) | |
tree | 0c1b06ab49cc8481f8c5762bc8a4e75f05a73083 /help/C | |
parent | 70abb0d012b624c0e663fe55b5d2899058ab1f00 (diff) | |
download | gsoc2013-evolution-cd232532dc648c28ec87360269fcfe7c440ce00d.tar gsoc2013-evolution-cd232532dc648c28ec87360269fcfe7c440ce00d.tar.gz gsoc2013-evolution-cd232532dc648c28ec87360269fcfe7c440ce00d.tar.bz2 gsoc2013-evolution-cd232532dc648c28ec87360269fcfe7c440ce00d.tar.lz gsoc2013-evolution-cd232532dc648c28ec87360269fcfe7c440ce00d.tar.xz gsoc2013-evolution-cd232532dc648c28ec87360269fcfe7c440ce00d.tar.zst gsoc2013-evolution-cd232532dc648c28ec87360269fcfe7c440ce00d.zip |
Fix broken sentence. Fixes bug 587153.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/evolution.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/C/evolution.xml b/help/C/evolution.xml index 20e85818db..a571869a12 100644 --- a/help/C/evolution.xml +++ b/help/C/evolution.xml @@ -2207,7 +2207,7 @@ <title>Configuring Message Templates</title> <para>In the Plugin Manager, select the Configuration tab to customize your message templates. You can add, edit or remove the key-value pairs. You can specify any number of key-value pairs.</para> <para>In any template, the occurrence of every $key is replaced by the value it has in the configuration. For example, if you set the key to Manager and the value to Harry, any occurrence of $Manager is replaced by Harry in the message.</para> - <para>Assume that you have 1000 message templates with your current manager's name has a reference in them. When the current manager is replaced by a new one, it's not easy for you to manually replace the manager's name in all the 1000 messages. If the messages have a $Manager key value, you can reset the value in the Configuration tab of this plugin.</para> + <para>Assume that you have 1000 message templates with your current manager's name in them. When the current manager is replaced by a new one, it's not easy for you to manually replace the manager's name in all the 1000 messages. If the messages have a $Manager key value, you can reset the value in the Configuration tab of this plugin.</para> <para>By default, the entire environment variables are used as a key-value pair. An occurrence of $env_variable is replaced by the value it carries. For example, an occurrence of $PATH in your template is replaced by its value when the template is used.</para> <para>The replacement process uses the following order of precedence:</para> <itemizedlist> |