diff options
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.") |