aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-12-16 11:55:23 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-12-16 11:55:23 +0800
commit62f68fae21f6c477bb2e497308da6b97d8ff235d (patch)
treee1d2a8f15c115fec8243a53e8347660b7d43da2e /ui
parent2d4bf28c89c8332b89f33f1435ed5704d8a6efa5 (diff)
downloadgsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.gz
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.bz2
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.lz
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.xz
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.tar.zst
gsoc2013-evolution-62f68fae21f6c477bb2e497308da6b97d8ff235d.zip
Just remove the mail-remote plugin altogether so we stop going back and
2007-12-15 Matthew Barnes <mbarnes@redhat.com> * configure.in: * plugins/mail-remote: Just remove the mail-remote plugin altogether so we stop going back and forth over whether the translatable files should be added to POTFILES.in. We can always add it back once we get it working again. * po/POTFILES.in: Remove the mail-remote files for good this time. * mail/em-folder-tree-model.c (emft_model_unread_count_changed), (emfolder_tree_model_set_unread_count): Fix recently introduced compiler warnings. * plugins/mail-remote: Remove this plugin until it can be fixed. * ui/evolution.xml: Fix capitalization of "Download Messages..." (HIG 8.3.2). svn path=/trunk/; revision=34706
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-global.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 783cf1860f..ffd5e04441 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,6 +1,11 @@
2007-12-15 Matthew Barnes <mbarnes@redhat.com>
* evolution.xml:
+ Fix capitalization of "Download Messages..." (HIG 8.3.2).
+
+2007-12-15 Matthew Barnes <mbarnes@redhat.com>
+
+ * evolution.xml:
Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).
2007-12-09 Andre Klapper <a9016009@gmx.de>
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml
index edf15ec06d..a2c00fae50 100644
--- a/ui/evolution-mail-global.xml
+++ b/ui/evolution-mail-global.xml
@@ -41,7 +41,7 @@
<cmd name="ViewAfter" _label="_Vertical View"
type="radio" group="preview_display" _tip="Show message preview side-by-side with the message list"/>
- <cmd name="PrepareForOffline" _label="_Download messages for offline usage" _tip="Download messages of accounts/folders marked for offline"/>
+ <cmd name="PrepareForOffline" _label="_Download Messages for Offline Usage" _tip="Download messages of accounts/folders marked for offline"/>
</commands>
<keybindings>
@@ -53,7 +53,7 @@
<submenu name="File">
<placeholder name="EmptyTrashPlaceholder">
<menuitem name="EmptyTrash" verb="" _label="Empty _Trash"/>
- <menuitem name="PrepareForOffline" verb="" _label="_Download messages for offline usage"/>
+ <menuitem name="PrepareForOffline" verb="" _label="_Download Messages for Offline Usage"/>
</placeholder>
</submenu>