cui/uiconfig/ui/optviewpage.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9f16c3b5ac3ae1c9d24fe137ff48b67f54e4899b Author: Adolfo Jayme Barrientos <[email protected]> AuthorDate: Fri Jan 21 05:14:23 2022 -0600 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Fri Jan 21 05:14:23 2022 -0600 tdf#145517 Reduce overload of term “style” in Options > LO > View Change-Id: I23e43e4fdbfb7caded2537e6b92ec74a5b996675 diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui index fb330f2aa048..a28edb407f46 100644 --- a/cui/uiconfig/ui/optviewpage.ui +++ b/cui/uiconfig/ui/optviewpage.ui @@ -438,7 +438,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="optviewpage|label6">Icon s_tyle:</property> + <property name="label" translatable="yes" context="optviewpage|label6">_Theme:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">iconstyle</property> <property name="xalign">0</property> @@ -469,7 +469,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="optviewpage|label1">Icon Style</property> + <property name="label" translatable="yes" context="optviewpage|label1">Icon Theme</property> <attributes> <attribute name="weight" value="bold"/> </attributes>
