mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:49:02 +08:00
Reword previous rewording ('import' -> 'open').
CURA-7820
This commit is contained in:
parent
8bb57ac0e6
commit
62056f3b0a
@ -67,7 +67,7 @@ class SolidView(View):
|
|||||||
self._xray_checking_update_time = 30.0 # seconds
|
self._xray_checking_update_time = 30.0 # seconds
|
||||||
self._xray_warning_cooldown = 60 * 10 # reshow Model error message every 10 minutes
|
self._xray_warning_cooldown = 60 * 10 # reshow Model error message every 10 minutes
|
||||||
self._xray_warning_message = Message(
|
self._xray_warning_message = Message(
|
||||||
catalog.i18nc("@info:status", "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and import it again into Cura."),
|
catalog.i18nc("@info:status", "The highlighted areas indicate either missing or extraneous surfaces. Fix your model and open it again into Cura."),
|
||||||
lifetime = 60 * 5, # leave message for 5 minutes
|
lifetime = 60 * 5, # leave message for 5 minutes
|
||||||
title = catalog.i18nc("@info:title", "Model Errors"),
|
title = catalog.i18nc("@info:title", "Model Errors"),
|
||||||
option_text = catalog.i18nc("@info:option_text", "Do not show this message again"),
|
option_text = catalog.i18nc("@info:option_text", "Do not show this message again"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user