You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/03/12 10:22:23 UTC

[ofbiz-framework] branch release17.12 updated: Fixed: Use Labels in themes names (OFBIZ-9863)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new c32abb8  Fixed: Use Labels in themes names (OFBIZ-9863)
c32abb8 is described below

commit c32abb81d26ee46724b37dc7a19868345415d070
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Fri Mar 12 11:19:50 2021 +0100

    Fixed: Use Labels in themes names (OFBIZ-9863)
    
    Fixes wrong C/P done with r1865370
---
 themes/rainbowstone/widget/Theme.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/themes/rainbowstone/widget/Theme.xml b/themes/rainbowstone/widget/Theme.xml
index 33bf057..132ce81 100644
--- a/themes/rainbowstone/widget/Theme.xml
+++ b/themes/rainbowstone/widget/Theme.xml
@@ -30,11 +30,11 @@ under the License.
             <description>${util:label('CommonEntityLabels', 'VisualTheme.description.RAINBOWSTONE_AMBER', locale)}</description>
             <screenshot location="/rainbowstone/images/themeAmber.png"/>
         </visual-theme>
-        <visual-theme id="RAINBOWSTONE_RUBY" display-name="Rainbow Stone - Sapphire">
+        <visual-theme id="RAINBOWSTONE_RUBY" display-name="Rainbow Stone - Ruby">
             <description>${util:label('CommonEntityLabels', 'VisualTheme.description.RAINBOWSTONE_RUBY', locale)}</description>
             <screenshot location="/rainbowstone/images/themeRuby.png"/>
         </visual-theme>
-        <visual-theme id="RAINBOWSTONE_EMERALD" display-name="Rainbow Stone - Sapphire">
+        <visual-theme id="RAINBOWSTONE_EMERALD" display-name="Rainbow Stone - Emerald">
             <description>${util:label('CommonEntityLabels', 'VisualTheme.description.RAINBOWSTONE_EMERALD', locale)}</description>
             <screenshot location="/rainbowstone/images/themeEmerald.png"/>
         </visual-theme>
@@ -69,4 +69,4 @@ under the License.
             <template-file widget="menu" location="component://rainbowstone/template/macro/HtmlMenuMacroLibrary.ftl"/>
         </template>
     </templates>
-</theme>
\ No newline at end of file
+</theme>