Completed the update started in #9057.

This commit is contained in:
Wedge009 2024-09-18 21:38:55 +10:00
parent 558650bd14
commit 98aba787c4

View file

@ -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| isnt set.", symbols);
} else {
return VGETTEXT("In section [$section|] the "
"mandatory key $key| isn't set.", symbols);
"mandatory key $key| isnt set.", symbols);
}
}