mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -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
|
@ -25,7 +25,7 @@ static inline void show_notification_extruders_limit_exceeded()
|
|||
.plater()
|
||||
->get_notification_manager()
|
||||
->push_notification(NotificationType::MmSegmentationExceededExtrudersLimit, NotificationManager::NotificationLevel::PrintInfoNotificationLevel,
|
||||
GUI::format(_L("Filament count exceeds the maximum number that painting tool supports. only the "
|
||||
GUI::format(_L("Filament count exceeds the maximum number that painting tool supports. Only the "
|
||||
"first %1% filaments will be available in painting tool."), GLGizmoMmuSegmentation::EXTRUDERS_LIMIT));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue