diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-04-19 15:57:43 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-04-19 16:32:38 +0200 |
commit | 6faa622c13969ff198b471b0550aacf10b5baa57 (patch) | |
tree | 441d45f9e1706b982f521d052dffc182052c40ee /cui | |
parent | ca3fa2a210cc6978dc75566ff453c9138ab9c094 (diff) |
Personas: Rename them to Themes even in the UI.
Change-Id: Ia7916e0cbbf91de09195c20b60f31ffe80256a9c
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/personalization_tab.ui | 10 | ||||
-rw-r--r-- | cui/uiconfig/ui/select_persona_dialog.ui | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui index 415a6fb7100d..806915e9f47a 100644 --- a/cui/uiconfig/ui/personalization_tab.ui +++ b/cui/uiconfig/ui/personalization_tab.ui @@ -134,7 +134,7 @@ <property name="can_focus">False</property> <child> <object class="GtkRadioButton" id="no_persona"> - <property name="label" translatable="yes">Plain look, do not use Personas</property> + <property name="label" translatable="yes">Plain look, do not use Themes</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -150,7 +150,7 @@ </child> <child> <object class="GtkRadioButton" id="default_persona"> - <property name="label" translatable="yes">Pre-installed Persona (if available)</property> + <property name="label" translatable="yes">Pre-installed Theme (if available)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -171,7 +171,7 @@ <property name="homogeneous">True</property> <child> <object class="GtkRadioButton" id="own_persona"> - <property name="label" translatable="yes">Own Persona</property> + <property name="label" translatable="yes">Own Theme</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -187,7 +187,7 @@ </child> <child> <object class="GtkButton" id="select_persona"> - <property name="label" translatable="yes">Select Persona</property> + <property name="label" translatable="yes">Select Theme</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -213,7 +213,7 @@ <object class="GtkLabel" id="personas_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Firefox Personas</property> + <property name="label" translatable="yes">Firefox Themes</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui index 14de3896d59f..7db20041c100 100644 --- a/cui/uiconfig/ui/select_persona_dialog.ui +++ b/cui/uiconfig/ui/select_persona_dialog.ui @@ -79,7 +79,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">First visit Firefox Personas (http://www.getpersonas.com). Find a Persona you like, and want to choose for LibreOffice.</property> + <property name="label" translatable="yes">First visit Firefox Themes (https://addons.mozilla.org/firefox/themes). Find the Theme you like, and want to choose for LibreOffice.</property> <property name="wrap">True</property> <property name="max_width_chars">54</property> </object> @@ -99,7 +99,7 @@ </child> <child> <object class="GtkButton" id="visit_personas"> - <property name="label" translatable="yes">Visit Firefox Personas</property> + <property name="label" translatable="yes">Visit Firefox Themes</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -126,7 +126,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Then, in your web browser's location bar, copy the address of the page that contains the Persona to clipboard, and paste it to the input field below.</property> + <property name="label" translatable="yes">Then, in your web browser's location bar, copy the address of the page that contains the Theme to clipboard, and paste it to the input field below.</property> <property name="wrap">True</property> <property name="max_width_chars">54</property> </object> @@ -141,7 +141,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Persona address:</property> + <property name="label" translatable="yes">Theme address:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">persona_url</property> </object> |