Completed the update started in #9057.
This commit is contained in:
parent
558650bd14
commit
98aba787c4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue