Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalgust committed May 20, 2024
1 parent 7c01c06 commit 37a2350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extlib/xgui/src/main/java/org/mini/apploader/AppManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class AppManager extends GApplication {
static final String STR_DOWNLOAD = "Download";
static final String STR_START = "Start";
static final String STR_STOP = "Stop";
static final String STR_CLOSE = "Close";
static final String STR_WEB_LISTEN_ON = "Lan webserver on:";
static final String STR_APP_LIST = "Plugin list : ";
static final String STR_BACK = "Back";
Expand Down Expand Up @@ -69,6 +70,7 @@ static private void regStrings() {
GLanguage.addString(STR_DOWNLOAD, new String[]{"", "下载", "下載"});
GLanguage.addString(STR_START, new String[]{"", "启动", "啟動"});
GLanguage.addString(STR_STOP, new String[]{"", "停止", "停止"});
GLanguage.addString(STR_CLOSE, new String[]{"Close", "关闭", "關閉"});
GLanguage.addString(STR_WEB_LISTEN_ON, new String[]{STR_WEB_LISTEN_ON, "Web服务器临听 : ", "Web伺服器臨聽 : "});
GLanguage.addString(STR_APP_LIST, new String[]{STR_APP_LIST, "组件列表 : ", "組件列表"});
GLanguage.addString(STR_BACK, new String[]{STR_BACK, "返回", "返回"});
Expand Down
2 changes: 1 addition & 1 deletion extlib/xgui/src/main/resource/res/ui/AppManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<br/>
<button name="APP_RUN_BTN" w="100%" h="35">{Run}</button>
<br/>
<button name="APP_STOP_BTN" w="100%" h="35">{Stop}</button>
<button name="APP_STOP_BTN" w="100%" h="35">{Close}</button>
<br/>
<button name="APP_UPGRADE_BTN" w="100%" h="35">{upgrade}</button>
<br/>
Expand Down

0 comments on commit 37a2350

Please sign in to comment.