aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-02-25 01:56:33 +0800
committerMilan Crha <mcrha@redhat.com>2014-02-25 01:56:33 +0800
commit3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a (patch)
treebfbddf091f57a1e03243c71bfe7cefb35bd4b67a
parentbe7f5df707a959461b8ee42b1535a5aa27e30ab2 (diff)
downloadgsoc2013-evolution-3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a.tar
gsoc2013-evolution-3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a.tar.gz
gsoc2013-evolution-3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a.tar.bz2
gsoc2013-evolution-3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a.tar.lz
gsoc2013-evolution-3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a.tar.xz
gsoc2013-evolution-3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a.tar.zst
gsoc2013-evolution-3176e83a026b43bc7f6e4cd2d1c7f7fc15ab9f8a.zip
Bug #725010 - Fix strings in "Composer Preferences > Send Account" tab
-rw-r--r--mail/mail-config.ui36
1 files changed, 24 insertions, 12 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui
index 1b7fbe3a13..a33c9334d6 100644
--- a/mail/mail-config.ui
+++ b/mail/mail-config.ui
@@ -1046,7 +1046,8 @@
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="sao-folders-add-button">
- <property name="label" translatable="yes">Add</property>
+ <property name="label" translatable="yes">_Add</property>
+ <property name="use_underline">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1059,7 +1060,8 @@
</child>
<child>
<object class="GtkButton" id="sao-folders-remove-button">
- <property name="label" translatable="yes">Remove</property>
+ <property name="label" translatable="yes">_Remove</property>
+ <property name="use_underline">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1115,8 +1117,10 @@
<object class="GtkLabel" id="sao-folders-frame-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"> Use for Folders </property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes" comments="Translators: Label of a frame with a list of folders for which to use selected account in Send account overrides">Use for Folders</property>
+ <property name="use_markup">False</property>
+ <property name="margin_left">6</property>
+ <property name="margin_right">6</property>
</object>
</child>
</object>
@@ -1159,7 +1163,8 @@
<property name="layout_style">center</property>
<child>
<object class="GtkButton" id="sao-recipients-add-button">
- <property name="label" translatable="yes">Add</property>
+ <property name="label" translatable="yes">A_dd</property>
+ <property name="use_underline">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1172,7 +1177,8 @@
</child>
<child>
<object class="GtkButton" id="sao-recipients-edit-button">
- <property name="label" translatable="yes">Edit</property>
+ <property name="label" translatable="yes">_Edit</property>
+ <property name="use_underline">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1185,7 +1191,8 @@
</child>
<child>
<object class="GtkButton" id="sao-recipients-remove-button">
- <property name="label" translatable="yes">Remove</property>
+ <property name="label" translatable="yes">Re_move</property>
+ <property name="use_underline">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -1241,8 +1248,10 @@
<object class="GtkLabel" id="sao-recipients-frame-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"> Use for Recipients </property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes" comments="Translators: Label of a frame with a list of recipients for whom to use selected account in Send account overrides">Use for Recipients</property>
+ <property name="use_markup">False</property>
+ <property name="margin_left">6</property>
+ <property name="margin_right">6</property>
</object>
</child>
</object>
@@ -1298,8 +1307,10 @@
<object class="GtkLabel" id="sao-account-label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes"> Account </property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes" comments="Translators: Label of a frame with a list of configured accounts in Send account overrides">Account</property>
+ <property name="use_markup">False</property>
+ <property name="margin_left">6</property>
+ <property name="margin_right">6</property>
</object>
</child>
</object>
@@ -1349,7 +1360,8 @@
</child>
<child>
<object class="GtkCheckButton" id="sao-prefer-folder-check">
- <property name="label" translatable="yes">Folder override has precedence over Recipient override</property>
+ <property name="label" translatable="yes">_Folder override has precedence over Recipient override</property>
+ <property name="use_underline">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>