mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +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
@@ -1064,10 +1064,10 @@ void MenuFactory::append_menu_items_convert_unit(wxMenu* menu)
|
||||
};
|
||||
|
||||
std::vector<std::pair<ConversionType, wxString>> items = {
|
||||
{ConversionType::CONV_FROM_INCH , _L("Convert from inch") },
|
||||
{ConversionType::CONV_TO_INCH , _L("Restore to inch") },
|
||||
{ConversionType::CONV_FROM_METER, _L("Convert from meter") },
|
||||
{ConversionType::CONV_TO_METER , _L("Restore to meter") } };
|
||||
{ConversionType::CONV_FROM_INCH , _L("Convert from inches") },
|
||||
{ConversionType::CONV_TO_INCH , _L("Restore to inches") },
|
||||
{ConversionType::CONV_FROM_METER, _L("Convert from meters") },
|
||||
{ConversionType::CONV_TO_METER , _L("Restore to meters") } };
|
||||
|
||||
for (auto item : items) {
|
||||
int menu_id = menu->FindItem(item.second);
|
||||
|
||||
Reference in New Issue
Block a user