mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 21:19:32 +00:00
about dialog: fix typo
This commit is contained in:
parent
cff803d2ef
commit
63d6fbf89d
@ -41,8 +41,8 @@
|
||||
namespace
|
||||
{
|
||||
|
||||
const std::string text_feature_on = markup::span_color("#0f0", "●");
|
||||
const std::string text_feature_off = markup::span_color("#f00", "●");
|
||||
const std::string text_feature_on = markup::span_color("#0f0", "●");
|
||||
const std::string text_feature_off = markup::span_color("#f00", "●");
|
||||
|
||||
} // end anonymous namespace
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user