mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
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
a2f87dc980
commit
b8c5ddd0ee
@@ -4874,11 +4874,11 @@ bool ObjectList::check_last_selection(wxString& msg_str)
|
||||
|
||||
if (m_selection_mode == smInstance) {
|
||||
msg_str = wxString::Format(_(L("Selection conflicts")) + "\n\n" +
|
||||
_(L("If first selected item is an object, the second one should also be object.")) + "\n");
|
||||
_(L("If the first selected item is an object, the second should also be an object.")) + "\n");
|
||||
}
|
||||
else {
|
||||
msg_str = wxString::Format(_(L("Selection conflicts")) + "\n\n" +
|
||||
_(L("If first selected item is a part, the second one should be part in the same object.")) + "\n");
|
||||
_(L("If the first selected item is a part, the second should be a part in the same object.")) + "\n");
|
||||
}
|
||||
|
||||
// Unselect last selected item, if selection is without SHIFT
|
||||
|
||||
Reference in New Issue
Block a user