diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-07 00:34:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-07 00:34:36 +0800 |
commit | 6060c29567271ff3b1553db1811f3d6e209adabc (patch) | |
tree | 35a11f0566c1af9f564552dbd83bf21e3d318851 /addressbook/gui | |
parent | e96830d65e1f92a437156852f33f2a66070366d6 (diff) | |
download | gsoc2013-evolution-6060c29567271ff3b1553db1811f3d6e209adabc.tar gsoc2013-evolution-6060c29567271ff3b1553db1811f3d6e209adabc.tar.gz gsoc2013-evolution-6060c29567271ff3b1553db1811f3d6e209adabc.tar.bz2 gsoc2013-evolution-6060c29567271ff3b1553db1811f3d6e209adabc.tar.lz gsoc2013-evolution-6060c29567271ff3b1553db1811f3d6e209adabc.tar.xz gsoc2013-evolution-6060c29567271ff3b1553db1811f3d6e209adabc.tar.zst gsoc2013-evolution-6060c29567271ff3b1553db1811f3d6e209adabc.zip |
Bug #567304 - Review strings for translation
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 4 |
1 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 c56f96f35a..c9d90c26e0 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -1540,7 +1540,7 @@ <child> <object class="GtkLabel" id="label-weblog"> <property name="visible">True</property> - <property name="label" translatable="yes">_Web Log:</property> + <property name="label" translatable="yes">_Blog:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -1570,7 +1570,7 @@ <property name="visible">True</property> <child internal-child="accessible"> <object class="AtkObject" id="a11y-entry-weblog"> - <property name="AtkObject::accessible_name" translatable="yes">Web Log:</property> + <property name="AtkObject::accessible_name" translatable="yes" comments="Translators: an accessibility name">Blog:</property> </object> </child> </object> |