aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-01-15 03:51:22 +0800
committerMilan Crha <mcrha@redhat.com>2013-01-15 03:51:22 +0800
commit6aeb10160ed690e1c0595321662720987dda2b5e (patch)
tree3657e2faa228924f6142b6edc3fae2fec4b86a0f /addressbook
parent7e6335326267321b706ff4c6a55b3ade3d1a1eb0 (diff)
downloadgsoc2013-evolution-6aeb10160ed690e1c0595321662720987dda2b5e.tar
gsoc2013-evolution-6aeb10160ed690e1c0595321662720987dda2b5e.tar.gz
gsoc2013-evolution-6aeb10160ed690e1c0595321662720987dda2b5e.tar.bz2
gsoc2013-evolution-6aeb10160ed690e1c0595321662720987dda2b5e.tar.lz
gsoc2013-evolution-6aeb10160ed690e1c0595321662720987dda2b5e.tar.xz
gsoc2013-evolution-6aeb10160ed690e1c0595321662720987dda2b5e.tar.zst
gsoc2013-evolution-6aeb10160ed690e1c0595321662720987dda2b5e.zip
Bug #691640 - Distinguish the word "Title" for translation
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.ui2
-rw-r--r--addressbook/gui/contact-editor/fullname.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui
index 939b7c6519..9ed65a45e9 100644
--- a/addressbook/gui/contact-editor/contact-editor.ui
+++ b/addressbook/gui/contact-editor/contact-editor.ui
@@ -1232,7 +1232,7 @@
<object class="GtkLabel" id="label-jobtitle">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">_Title:</property>
+ <property name="label" translatable="yes" context="Job">_Title:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry-jobtitle</property>
</object>
diff --git a/addressbook/gui/contact-editor/fullname.ui b/addressbook/gui/contact-editor/fullname.ui
index bed0891e8b..6db0c15468 100644
--- a/addressbook/gui/contact-editor/fullname.ui
+++ b/addressbook/gui/contact-editor/fullname.ui
@@ -203,7 +203,7 @@
<child>
<object class="GtkLabel" id="label-title">
<property name="visible">True</property>
- <property name="label" translatable="yes">_Title:</property>
+ <property name="label" translatable="yes" context="FullName">_Title:</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>