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:12:28 +0100 |
commit | 9b9d4a9472228a647d61edc428d542fd20bcb034 (patch) | |
tree | c44a89b1ef706199c8b867035d2a4ed4d1436687 /cui | |
parent | c821a8ab11ff615737d98858a27ebf24803d7f61 (diff) |
Personas: Improve wording of the choices.
Change-Id: I4d914de5ec1d614e30825ad6bd231545896dc130
Diffstat (limited to 'cui')
-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 0744608d4859..216aa07e2918 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> |