Reword previous rewording ('import' -> 'open').

CURA-7820
This commit is contained in:
Remco Burema 2021-03-04 09:32:07 +01:00
parent 8bb57ac0e6
commit 62056f3b0a
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -67,7 +67,7 @@ class SolidView(View):
self._xray_checking_update_time = 30.0 # seconds
self._xray_warning_cooldown = 60 * 10 # reshow Model error message every 10 minutes
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
title = catalog.i18nc("@info:title", "Model Errors"),
option_text = catalog.i18nc("@info:option_text", "Do not show this message again"),