Fixed typo

(cherry-picked from commit 31192cb44b)
This commit is contained in:
Martin Hrubý 2018-04-05 14:54:33 +02:00 committed by Jyrki Vesterinen
parent 8b5b9ff45a
commit b41d523461

View file

@ -64,7 +64,7 @@ std::string irdya_date::to_string() const
// TRANSLATORS: "Before the Fall" - format for years prior to the fall of Wesnoth
return VGETTEXT("$year BF", args);
case EPOCH::AFTER_FALL:
// TRANSLATORS: "After the Fall" - format for years after the fall of Wesonth
// TRANSLATORS: "After the Fall" - format for years after the fall of Wesnoth
return VGETTEXT("$year AF", args);
}