Kaydet (Commit) a4a3fcb9 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Personas: Improve wording of the choices.

Change-Id: I4d914de5ec1d614e30825ad6bd231545896dc130
üst 8948b137
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<child> <child>
<object class="GtkRadioButton" id="no_background"> <object class="GtkRadioButton" id="no_background">
<property name="label" translatable="yes">No background image</property> <property name="label" translatable="yes">Plain look, do not use background images</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="default_background"> <object class="GtkRadioButton" id="default_background">
<property name="label" translatable="yes">Default background image</property> <property name="label" translatable="yes">Pre-installed background image (if available)</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<child> <child>
<object class="GtkRadioButton" id="no_persona"> <object class="GtkRadioButton" id="no_persona">
<property name="label" translatable="yes">Do not use Persona</property> <property name="label" translatable="yes">Plain look, do not use Personas</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
</child> </child>
<child> <child>
<object class="GtkRadioButton" id="default_persona"> <object class="GtkRadioButton" id="default_persona">
<property name="label" translatable="yes">Use default Persona</property> <property name="label" translatable="yes">Pre-installed Persona (if available)</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<property name="homogeneous">True</property> <property name="homogeneous">True</property>
<child> <child>
<object class="GtkRadioButton" id="own_persona"> <object class="GtkRadioButton" id="own_persona">
<property name="label" translatable="yes">Use own Persona</property> <property name="label" translatable="yes">Own Persona</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment