diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-01-09 14:11:41 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-01-09 14:11:59 +0100 |
commit | a4a3fcb906c552a869ec15e9d1afad5cf658e6a4 (patch) | |
tree | 4c6d393403b744ad5fc5c8bf037f5c4a2711ad93 | |
parent | 8948b137acc954778b6198b3e333945eb8c63d31 (diff) |
Personas: Improve wording of the choices.
Change-Id: I4d914de5ec1d614e30825ad6bd231545896dc130
-rw-r--r-- | cui/uiconfig/ui/personalization_tab.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui index fe58ddbdf6e2..a537c8f6ae5f 100644 --- a/cui/uiconfig/ui/personalization_tab.ui +++ b/cui/uiconfig/ui/personalization_tab.ui @@ -22,7 +22,7 @@ <property name="can_focus">False</property> <child> <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="visible">True</property> <property name="can_focus">True</property> @@ -39,7 +39,7 @@ </child> <child> <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="visible">True</property> <property name="can_focus">True</property> @@ -136,7 +136,7 @@ <property name="can_focus">False</property> <child> <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="visible">True</property> <property name="can_focus">True</property> @@ -153,7 +153,7 @@ </child> <child> <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="visible">True</property> <property name="can_focus">True</property> @@ -175,7 +175,7 @@ <property name="homogeneous">True</property> <child> <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="visible">True</property> <property name="can_focus">True</property> |