diff options
author | Jannick Hemelhof <mister.jannick@gmail.com> | 2014-09-09 00:55:20 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2014-09-09 00:55:20 +0800 |
commit | 7f33f84e0db40a3a8ee3f6f89117c719e030d4a6 (patch) | |
tree | 0e89fb894d761e243a31c5274fb3b8f7d26c5ddd | |
parent | bc295a58a4b7c4d4ec0d612707aa1038b543f5b5 (diff) | |
download | gsoc2013-evolution-7f33f84e0db40a3a8ee3f6f89117c719e030d4a6.tar.gz gsoc2013-evolution-7f33f84e0db40a3a8ee3f6f89117c719e030d4a6.tar.zst gsoc2013-evolution-7f33f84e0db40a3a8ee3f6f89117c719e030d4a6.zip |
Bug 727618 - User docs are incorrect about command for localized Re: subjects
-rw-r--r-- | help/C/mail-localized-re-subjects.page | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/help/C/mail-localized-re-subjects.page b/help/C/mail-localized-re-subjects.page index a9d9056dc4..3ea98dbc64 100644 --- a/help/C/mail-localized-re-subjects.page +++ b/help/C/mail-localized-re-subjects.page @@ -14,7 +14,6 @@ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> - </info> <title>Handling localized "Re:" in subjects</title> @@ -23,7 +22,7 @@ <list> <item><p>Open the <app>Terminal</app> application.</p></item> -<item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail.composer-localized-re 'AW:,SV:'</cmd> (in case that you want "AW:" and "SV:" to be recognized).</p></item> +<item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail composer-localized-re 'AW,SV'</cmd> (in case that you want "AW:" and "SV:" to be recognized).</p></item> </list> <p>You can also use the <app>dconf-editor</app> application to do this.</p> |