mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fix casing issues on the original english strings (#9513)
* Use lowercase after comma * Use uppercase after period
This commit is contained in:
parent
be7312f153
commit
a2f87dc980
33 changed files with 431 additions and 522 deletions
|
@ -378,7 +378,7 @@ void MediaPlayCtrl::Stop(wxString const &msg, wxString const &msg2)
|
|||
else if (m_failed_code) {
|
||||
auto iter = error_messages.find(m_failed_code);
|
||||
auto msg2 = iter == error_messages.end()
|
||||
? _L("Please check the network and try again, You can restart or update the printer if the issue persists.")
|
||||
? _L("Please check the network and try again. You can restart or update the printer if the issue persists.")
|
||||
: _L(iter->second.c_str());
|
||||
if (m_failed_code == 1) {
|
||||
if (m_last_state == wxMEDIASTATE_PLAYING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue