aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2009-01-04 06:42:32 +0800
committerAndre Klapper <aklapper@src.gnome.org>2009-01-04 06:42:32 +0800
commit4d2fa10aa2455843d1345cef1bae2e3aca4e1908 (patch)
treece9bf4f784c58e0b2e6e009e7c09da6176c94351 /help
parent74dafec1e3c46b5d5661ae260c6704009b1f0699 (diff)
downloadgsoc2013-evolution-4d2fa10aa2455843d1345cef1bae2e3aca4e1908.tar
gsoc2013-evolution-4d2fa10aa2455843d1345cef1bae2e3aca4e1908.tar.gz
gsoc2013-evolution-4d2fa10aa2455843d1345cef1bae2e3aca4e1908.tar.bz2
gsoc2013-evolution-4d2fa10aa2455843d1345cef1bae2e3aca4e1908.tar.lz
gsoc2013-evolution-4d2fa10aa2455843d1345cef1bae2e3aca4e1908.tar.xz
gsoc2013-evolution-4d2fa10aa2455843d1345cef1bae2e3aca4e1908.tar.zst
gsoc2013-evolution-4d2fa10aa2455843d1345cef1bae2e3aca4e1908.zip
Fix grammatical errors. Fixes bug #558492. Patch by Nanley Chery.
2009-01-03 Andre Klapper <a9016009@gmx.de> * C/evolution.xml: Fix grammatical errors. Fixes bug #558492. Patch by Nanley Chery. svn path=/trunk/; revision=36974
Diffstat (limited to 'help')
-rw-r--r--help/C/evolution.xml2
-rw-r--r--help/ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/help/C/evolution.xml b/help/C/evolution.xml
index c673201d21..63c4b963d3 100644
--- a/help/C/evolution.xml
+++ b/help/C/evolution.xml
@@ -819,7 +819,7 @@
<section id="usage-mainwindow-shortcutbar">
<title>The Sidebar</title>
- <para>Sidebar is the vertical panel on the left side of the Evolution main window. At the bottom of the side bar is the Switcher, that lets you switch between the Evolution tools like Mail, Memo, Tasks and Contacts. Above the Switcher you can see a list of folders for the current Evolution tool.</para>
+ <para>The Sidebar is the vertical panel on the left side of the Evolution main window. At the bottom of the Sidebar is the Switcher. This lets you switch between different Evolution tools like Mail, Memo, Tasks, and Contacts. Above the Switcher is a list of folders related to the current Evolution tool.</para>
<para>The folder list organizes your email, calendars, address books, task lists and memo lists in a tree, similar to a <link linkend="filetree">file tree</link>. Most people find one to four folders at the base of the tree, depending on the tool and their system configuration. Each Evolution tool has at least one folder, called On This Computer, for local information. For example, the folder list for the email tool shows any remote email storage you have set up, plus local folders and search folders, which are discussed in <link linkend="usage-mail-organize-vfolders">Using Search Folders</link>.</para>
<para>If you get large amounts of email, you might want more folders than just your Inbox. You can also create multiple calendar, task, or contacts folders.</para>
<para>To create a new folder:</para>
diff --git a/help/ChangeLog b/help/ChangeLog
index 867324a1d1..74e3c93110 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,5 +1,10 @@
2009-01-03 Andre Klapper <a9016009@gmx.de>
+ * C/evolution.xml: Fix grammatical errors.
+ Fixes bug #558492. Patch by Nanley Chery.
+
+2009-01-03 Andre Klapper <a9016009@gmx.de>
+
* C/evolution.xml: Fix non-sense split sentences.
Fixes bug #544340, bug #544339.