summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b886545b..de133ecb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -544,7 +544,7 @@ static void printHelp()
static void printVersion()
{
- std::cout << strprintf("The Mana World %s", FULL_VERSION) << std::endl;
+ std::cout << strprintf("Mana client %s", FULL_VERSION) << std::endl;
}
static void parseOptions(int argc, char *argv[], Options &options)