Skip to content

Commit 2faa60d

Browse files
committed
[BasicUI] Adjust prefs label/description related to icons
Closes #3280 Signed-off-by: Laurent Garnier <[email protected]>
1 parent a97bf3a commit 2faa60d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/org.openhab.ui.basic/src/main/resources/OH-INF/i18n/basic.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ui.config.basic.condensedLayout.label = Condensed Layout
3030
ui.config.basic.condensedLayout.description = When enabled, changes the layout so that more widgets can fit on the screen.
3131
ui.config.basic.defaultSitemap.label = Default Sitemap
3232
ui.config.basic.defaultSitemap.description = The sitemap to show if no parameter is passed.
33-
ui.config.basic.enableIconify.label = Enable Iconify Icons
34-
ui.config.basic.enableIconify.description = If enabled, the UI will render the iconify icons directly by downloading them from the Internet and caching them in the WEB browser. If disabled, the UI will ignore the iconify icons. Default is enabled.
35-
ui.config.basic.enableIcons.label = Enable Icons
33+
ui.config.basic.enableIconify.label = Support Iconify Icons
34+
ui.config.basic.enableIconify.description = If enabled, the UI will render the iconify icons directly by downloading them from the Internet and caching them in the WEB browser. If disabled, the UI will ignore the iconify icons.
35+
ui.config.basic.enableIcons.label = Show Icons
3636
ui.config.basic.enableIcons.description = Defines whether UI renders icons for the widgets or not.
3737
ui.config.basic.inlineSvg.label = Inline SVG
3838
ui.config.basic.inlineSvg.description = If enabled, any SVG icon provided by the openHAB icon server will automatically be converted to an inline SVG in the WEB page, allowing control of its color with the sitemap widget property "iconcolor" in the case where the SVG icon sets "currentColor" as the fill color. Note that this will work with custom SVG icons but not with all the packaged icons from the classic iconset since they are defined with a hard-coded color palette. This feature is disabled by default due to additional non-standard processing required leading to a larger page size and because it is unnecessary if you only use Material/framework7/iconify icons or openHAB icons from the classic icon set.

0 commit comments

Comments
 (0)