Commit 5b41a272 authored by Liang Ding's avatar Liang Ding

#12726

parent 34fa0626
...@@ -145,10 +145,8 @@ public class PreferenceConsole { ...@@ -145,10 +145,8 @@ public class PreferenceConsole {
* "blogSubtitle": "", * "blogSubtitle": "",
* "localeString": "", * "localeString": "",
* "timeZoneId": "", * "timeZoneId": "",
* "skinName": "",
* "skinDirName": "", * "skinDirName": "",
* "skins": "[{ * "skins": "[{
* "skinName": "",
* "skinDirName": "" * "skinDirName": ""
* }, ....]", * }, ....]",
* "noticeBoard": "", * "noticeBoard": "",
......
...@@ -120,7 +120,7 @@ public final class Skins { ...@@ -120,7 +120,7 @@ public final class Skins {
} }
/** /**
* Fills the specified data model with the current skink's (WebRoot/skins/${skinName}/lang/lang_xx_XX.properties) * Fills the specified data model with the current skin's (WebRoot/skins/${skinDirName}/lang/lang_xx_XX.properties)
* and core language (WebRoot/WEB-INF/classes/lang_xx_XX.properties) configurations. * and core language (WebRoot/WEB-INF/classes/lang_xx_XX.properties) configurations.
* *
* @param localeString the specified locale string * @param localeString the specified locale string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment