diff options
| -rw-r--r-- | xmake/core/base/option.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index 565866514..c4c2cbbac 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -825,7 +825,7 @@ function option.show_menu(task) -- print title if menu.title then - print(menu.title) + print(colors.translate(menu.title)) end -- print copyright @@ -864,7 +864,7 @@ function option.show_main() -- print title if menu.title then - print(menu.title) + print(colors.translate(menu.title)) end -- print copyright |
