diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 21:35:54 +0100 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-08 21:49:12 -0300 |
commit | d89c9bda61dbe14e604fe5175de8ec977704d88c (patch) | |
tree | 934125c91457694469e44a9e911a6e1edbf010d7 /src/commandline.cpp | |
parent | d5d3f5818366b78f22793bf3fd89cd603c4dd63e (diff) | |
download | manaverse-rename_and_cleanup.tar.gz manaverse-rename_and_cleanup.tar.bz2 manaverse-rename_and_cleanup.tar.xz manaverse-rename_and_cleanup.zip |
some more renamingrename_and_cleanup
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r-- | src/commandline.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp index daa147f2f..f5f30fa4a 100644 --- a/src/commandline.cpp +++ b/src/commandline.cpp @@ -42,16 +42,17 @@ static void printHelp() { std::cout << // TRANSLATORS: command line help - _("manaplus [options] [manaplus-file]") << + _("manaverse [options] [manaverse-file]") << std::endl << std::endl << // TRANSLATORS: command line help - _("[manaplus-file] : The manaplus file is an XML file (.manaplus)") << + _("[manaverse-file] : The manaverse file is an XML file " + "(.manaverse)") << std::endl << // TRANSLATORS: command line help _(" used to set custom parameters") << std::endl << // TRANSLATORS: command line help - _(" to the manaplus client.") << + _(" to the manaverse client.") << std::endl << std::endl << // TRANSLATORS: command line help _("Options:") << @@ -134,7 +135,7 @@ static void printHelp() static void printVersion() { std::cout << - strprintf("ManaPlus client %s", FULL_VERSION) << + strprintf("ManaVerse client %s", FULL_VERSION) << std::endl; } |