diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-22 22:37:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-22 22:37:20 +0800 |
commit | b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273 (patch) | |
tree | 6ff9907caec99ab1abf49e3b319ddfa2541ac228 /plugins/imap-features | |
parent | 450bd6255c7e6448070918a5a135890f83b4ca5f (diff) | |
download | gsoc2013-evolution-b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273.tar gsoc2013-evolution-b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273.tar.gz gsoc2013-evolution-b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273.tar.bz2 gsoc2013-evolution-b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273.tar.lz gsoc2013-evolution-b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273.tar.xz gsoc2013-evolution-b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273.tar.zst gsoc2013-evolution-b14acf5ac8e4a49f8cd702fcf8ceb9e46e409273.zip |
BugĀ 602625 - Typos in translation messages
Caused by libglade to GtkBuilder migration.
Diffstat (limited to 'plugins/imap-features')
-rw-r--r-- | plugins/imap-features/imap-headers.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/imap-features/imap-headers.ui b/plugins/imap-features/imap-headers.ui index 4a1991252e..427b12021b 100644 --- a/plugins/imap-features/imap-headers.ui +++ b/plugins/imap-features/imap-headers.ui @@ -34,7 +34,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="label" translatable="yes">Select your IMAP Header Preferences. -more headers you have the more time it will take to download.</property> +The more headers you have the more time it will take to download.</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -78,7 +78,7 @@ more headers you have the more time it will take to download.</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">_Basic Headers - (Fastest) -this if you do not have filters based on mailing lists</property> +Use this if you do not have filters based on mailing lists</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -173,7 +173,7 @@ this if you do not have filters based on mailing lists</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Give the extra headers that you need to fetch in addition to the above standard headers. -can ignore this if you choose "All Headers".</property> +You can ignore this if you choose "All Headers".</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |