diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-09-17 04:00:47 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-21 11:57:58 +0000 |
commit | 8a5ffa063a7edc78f9c75e9dc3490108732435e5 (patch) | |
tree | 472e2efc56fe432fce663c7e20503a2c9be359cb /cui/source/options | |
parent | 518d9e4d8297f242b7fd557c61f17a9cb7d32962 (diff) |
Remove the term “Persona” from visible UI strings
Their official name is “Firefox Themes” nowadays.
While I was there, tweak some strings.
Change-Id: I2505df2fb810fa7de51d28f5704bc1178671c3ac
Reviewed-on: https://gerrit.libreoffice.org/11483
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/personalization.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/personalization.src b/cui/source/options/personalization.src index e266e6c0d841..aeaa9e19fc66 100644 --- a/cui/source/options/personalization.src +++ b/cui/source/options/personalization.src @@ -21,12 +21,12 @@ String RID_SVXSTR_SEARCHTERM { - Text [ en-US ] = "Search term..."; + Text [ en-US ] = "Search term"; }; String RID_SVXSTR_SELECTEDPERSONA { - Text [ en-US ] = "Selected Persona: "; + Text [ en-US ] = "Selected Theme: "; }; String RID_SVXSTR_SEARCHING @@ -46,7 +46,7 @@ String RID_SVXSTR_NORESULTS String RID_SVXSTR_APPLYPERSONA { - Text [ en-US ] = "Applying persona.."; + Text [ en-US ] = "Applying Theme..."; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |