summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/core/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 05c4ed06a..87a4a7a87 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -40,7 +40,7 @@ local history = require("project/history")
local menu =
{
-- title
- title = "XMake v" .. xmake._VERSION .. ", The Make-like Build Utility based on Lua"
+ title = "xmake v" .. xmake._VERSION .. ", A make-like build utility based on Lua"
-- copyright
, copyright = "Copyright (C) 2015-2017 Ruki Wang, ${underline}tboox.org${clear}, ${underline}xmake.io${clear}\nCopyright (C) 2005-2015 Mike Pall, ${underline}luajit.org${clear}"