summaryrefslogtreecommitdiff
path: root/src/commandline.cpp
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2024-02-16 14:50:14 -0300
committerFedja Beader <fedja@protonmail.ch>2025-03-01 00:53:09 +0100
commit5623d2ca02a0f67f7158b4d4a2473e27d730b4cf (patch)
tree70eaa57b45bc9d187d73b1cfa681e40637932533 /src/commandline.cpp
parent860f95f125e5bf9acf9ac3bf7015aa500d1e1e73 (diff)
downloadmanaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.gz
manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.bz2
manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.xz
manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.zip
Rename the program from ManaPlus to ManaVerse.
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r--src/commandline.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp
index 982078635..951f2c655 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)") <<
+ _("[mana-file] : The mana file is an XML file "
+ "(.mana)") <<
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:") <<