mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 15:33:39 +00:00
capitalized alignment strings, as per english.cfg
This commit is contained in:
parent
d96e937344
commit
15565d2a01
@ -853,7 +853,7 @@ unit_type::ALIGNMENT unit_type::alignment() const
|
||||
|
||||
const char* unit_type::alignment_description(unit_type::ALIGNMENT align)
|
||||
{
|
||||
static const char* aligns[] = { N_("lawful"), N_("neutral"), N_("chaotic") };
|
||||
static const char* aligns[] = { N_("Lawful"), N_("Neutral"), N_("Chaotic") };
|
||||
return (gettext(aligns[align]));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user