power: Fix up some of the wording to actually be translatable. Fixes #640119

This commit is contained in:
Richard Hughes 2011-02-01 13:49:39 +00:00
parent c322a42ea2
commit e0f0cee9a2

View file

@ -98,7 +98,8 @@
<child>
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="label" translatable="yes">Put the computer to sleep when on:</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive:</property>
</object>
<packing>
<property name="expand">False</property>
@ -126,7 +127,7 @@
<property name="visible">True</property>
<child>
<object class="GtkCheckButton" id="checkbutton_sleep_ac">
<property name="label" translatable="yes">AC power and inactive for:</property>
<property name="label" translatable="yes">On AC power:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -170,7 +171,7 @@
<property name="visible">True</property>
<child>
<object class="GtkCheckButton" id="checkbutton_sleep_battery">
<property name="label" translatable="yes">Battery power and inactive for:</property>
<property name="label" translatable="yes">On battery power:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -226,7 +227,7 @@
<property name="visible">True</property>
<child>
<object class="GtkCheckButton" id="checkbutton_sleep">
<property name="label" translatable="yes">Put the computer to sleep when inactive for:</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>