diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2013-02-22 21:37:25 +0800 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2013-02-22 21:43:49 +0800 |
commit | ab88c78d5690236c3cd4304d31ff2ec5f7b22119 (patch) | |
tree | 498546c9aa06f5d6654388d484a02850db9d8a6a /addressbook/gui/contact-editor | |
parent | 28177df5bc574cf59279aa6b9ce5872b3d55302a (diff) | |
download | gsoc2013-evolution-ab88c78d5690236c3cd4304d31ff2ec5f7b22119.tar gsoc2013-evolution-ab88c78d5690236c3cd4304d31ff2ec5f7b22119.tar.gz gsoc2013-evolution-ab88c78d5690236c3cd4304d31ff2ec5f7b22119.tar.bz2 gsoc2013-evolution-ab88c78d5690236c3cd4304d31ff2ec5f7b22119.tar.lz gsoc2013-evolution-ab88c78d5690236c3cd4304d31ff2ec5f7b22119.tar.xz gsoc2013-evolution-ab88c78d5690236c3cd4304d31ff2ec5f7b22119.tar.zst gsoc2013-evolution-ab88c78d5690236c3cd4304d31ff2ec5f7b22119.zip |
Correct label for "Country:" textbox in Work section on
"Mailing Address" tab of contact editor
https://bugzilla.gnome.org/show_bug.cgi?id=692020
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index 9ed65a45e9..f04c66361c 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -2012,7 +2012,7 @@ <property name="ypad">4</property> <property name="label" translatable="yes">_Country:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">entry-home-country</property> + <property name="mnemonic_widget">entry-work-country</property> </object> <packing> <property name="left_attach">2</property> |