mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 02:17:18 +00:00
Completed the update started in #9057.
This commit is contained in:
parent
558650bd14
commit
98aba787c4
@ -87,10 +87,10 @@ std::string missing_mandatory_wml_key(
|
||||
symbols["primary_value"] = primary_value;
|
||||
|
||||
return VGETTEXT("In section ‘[$section|]’ where ‘$primary_key|’ = "
|
||||
"$primary_value’ the mandatory key ‘$key|’ isn't set.", symbols);
|
||||
"‘$primary_value’ the mandatory key ‘$key|’ isn’t set.", symbols);
|
||||
} else {
|
||||
return VGETTEXT("In section ‘[$section|]’ the "
|
||||
"mandatory key ‘$key|’ isn't set.", symbols);
|
||||
"mandatory key ‘$key|’ isn’t set.", symbols);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user