diff options
author | Mario Carrion <mario@carrion.mx> | 2010-04-29 01:11:48 +0800 |
---|---|---|
committer | Mario Carrion <mario@carrion.mx> | 2010-04-29 01:11:48 +0800 |
commit | bf623787d8a73fdd6bc0cc5b2028f4747c83f7c8 (patch) | |
tree | 4a6053ff128184da7016b66b5177baebe77ff230 | |
parent | 80cf17c1c6301428f75ac2684d670a5a885589fd (diff) | |
download | gsoc2013-evolution-bf623787d8a73fdd6bc0cc5b2028f4747c83f7c8.tar.gz gsoc2013-evolution-bf623787d8a73fdd6bc0cc5b2028f4747c83f7c8.tar.zst gsoc2013-evolution-bf623787d8a73fdd6bc0cc5b2028f4747c83f7c8.zip |
[i18n] Strings not aligned in ui. (bgo #616181)
-rw-r--r-- | mail/mail-config.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 63fc65d92b..e264cfa3d6 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4358,7 +4358,7 @@ For example: "Work" or "Personal"</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Reply style:</property> <property name="use_underline">True</property> - <property name="justify">center</property> + <property name="justify">left</property> </object> <packing> <property name="top_attach">1</property> @@ -4436,7 +4436,7 @@ For example: "Work" or "Personal"</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Forward style:</property> <property name="use_underline">True</property> - <property name="justify">center</property> + <property name="justify">left</property> </object> <packing> <property name="x_options">GTK_FILL</property> |