diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-15 00:51:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-15 00:51:13 +0300 |
commit | 140e5d782aaba38f4c9f65f82f348c8835b2944b (patch) | |
tree | de05f72a11c8c5e9f0109c4be1822df3fa7446dc /src | |
parent | d49d37cbcd6d582d3f11fb5bf3b26215e891d9bc (diff) | |
download | plus-140e5d782aaba38f4c9f65f82f348c8835b2944b.tar.gz plus-140e5d782aaba38f4c9f65f82f348c8835b2944b.tar.bz2 plus-140e5d782aaba38f4c9f65f82f348c8835b2944b.tar.xz plus-140e5d782aaba38f4c9f65f82f348c8835b2944b.zip |
Update and rebuild translations.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup_relations.cpp | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_relations.cpp b/src/gui/setup_relations.cpp index de88c2bee..6c57d981e 100644 --- a/src/gui/setup_relations.cpp +++ b/src/gui/setup_relations.cpp @@ -72,7 +72,7 @@ static const char *RELATION_NAMES[PlayerRelation::RELATIONS_NR] = N_("Disregarded"), N_("Ignored"), N_("Erased"), - N_("Black listed") + N_("Blacklisted") }; class PlayerRelationListModel : public gcn::ListModel diff --git a/src/main.cpp b/src/main.cpp index 816409ad0..5eceee77b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -45,7 +45,7 @@ static void printHelp() std::cout << _("manaplus [options] [manaplus-file]") << endl << endl - << _("[manaplus-file] : The mana file is an XML file (.manaplus)") + << _("[manaplus-file] : The manaplus file is an XML file (.manaplus)") << endl << _(" used to set custom parameters") << endl << _(" to the manaplus client.") |