mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix english strings consistency (#8881)
* "non zero" -> "non-zero" * "Z hop" -> "Z-hop" * "works" -> "is working" * "version at least x" -> "version x or higher" * "printing job" -> "print job" "to print on" -> "printing on" * "is not find" -> "was not found" * "boundary of plate" -> "plate boundaries" * "toolchange" -> "tool change" * "colour" -> "color" * "cancelled" -> "canceled" * "can not" -> "cannot" * "gcode" -> "G-code"
This commit is contained in:
committed by
GitHub
parent
e787666605
commit
d37f1b6a81
@@ -2957,7 +2957,7 @@ void NotificationManager::bbl_close_need_support_on_notification()
|
||||
void NotificationManager::bbl_show_gcode_overlap_notification()
|
||||
{
|
||||
NotificationData data{NotificationType::BBLGcodeOverlap, NotificationLevel::WarningNotificationLevel, 0,
|
||||
_u8L("Warning:") + "\n" + _u8L("Gcode path overlap")};
|
||||
_u8L("Warning:") + "\n" + _u8L("G-code path overlap")};
|
||||
|
||||
for (std::unique_ptr<PopNotification> ¬ification : m_pop_notifications) {
|
||||
if (notification->get_type() == NotificationType::BBLGcodeOverlap) {
|
||||
|
||||
Reference in New Issue
Block a user