Fix the spelling/grammar on the original english strings (#9487)
* Fix the spelling/grammar on english strings * Fix the spelling/grammar on english strings, part 2
This commit is contained in:
committed by
GitHub
parent
96b0249b1d
commit
30087a1680
@@ -317,7 +317,7 @@ MsgUpdateForced::~MsgUpdateForced() {}
|
||||
// MsgDataIncompatible
|
||||
|
||||
MsgDataIncompatible::MsgDataIncompatible(const std::unordered_map<std::string, wxString> &incompats) :
|
||||
MsgDialog(nullptr, _(L("Configuration incompatible")), _(L("the Configuration package is incompatible with current APP.")), wxICON_ERROR)
|
||||
MsgDialog(nullptr, _(L("Configuration incompatible")), _(L("the configuration package is incompatible with the current application.")), wxICON_ERROR)
|
||||
{
|
||||
//TODO
|
||||
//auto *text = new wxStaticText(this, wxID_ANY, wxString::Format(_(L(
|
||||
|
||||
Reference in New Issue
Block a user