universal-access: add translation context for Zoom

https://bugzilla.gnome.org/show_bug.cgi?id=682876
This commit is contained in:
Jiro Matsuzawa 2012-08-28 23:58:06 +09:00 committed by Bastien Nocera
parent ce53dc7fd9
commit 41584b6e5b

View file

@ -901,7 +901,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Color</property>
<property name="label" translatable="yes" context="Zoom Grayscale">Color</property>
<property name="justify">right</property>
<accessibility>
<relation type="label-for" target="grayscale_slider"/>
@ -927,7 +927,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes" comments="short delay">None</property>
<property name="label" translatable="yes" context="Zoom Grayscale">None</property>
<property name="justify">center</property>
<attributes>
<attribute name="scale" value="1.25"/>
@ -958,7 +958,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
<property name="label" translatable="yes" comments="long delay">Full</property>
<property name="label" translatable="yes" context="Zoom Grayscale">Full</property>
<property name="justify">center</property>
<attributes>
<attribute name="scale" value="1.25"/>