diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-01-21 05:14:23 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-01-21 05:14:23 -0600 |
commit | 9f16c3b5ac3ae1c9d24fe137ff48b67f54e4899b (patch) | |
tree | c9ba809cdf3e1b6d2bb321f904d64b7c4cae8e96 /cui | |
parent | d6e46baea0a5bfce83cf5af12631e4b0e3c1624f (diff) |
tdf#145517 Reduce overload of term “style” in Options > LO > View
Change-Id: I23e43e4fdbfb7caded2537e6b92ec74a5b996675
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optviewpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |