mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
These strings were recently found to have been confusing to the translators. Improvements are: - Pulling the (untranslated) error message out of the message sentence. We really want the error message to be at the end so we'll force the translators to translate it as a prefix. - Remove extra spaces at the end. - Remove Python logic from within the i18nc call, since gettext doesn't understand that. Contributes to issue CURA-5741. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ContainerManager.py | ||
| cura_empty_instance_containers.py | ||
| CuraContainerRegistry.py | ||
| CuraContainerStack.py | ||
| CuraStackBuilder.py | ||
| Exceptions.py | ||
| ExtruderManager.py | ||
| ExtrudersModel.py | ||
| ExtruderStack.py | ||
| GlobalStack.py | ||
| MachineManager.py | ||
| MachineNameValidator.py | ||
| MaterialSettingsVisibilityHandler.py | ||
| PerObjectContainerStack.py | ||
| SetObjectExtruderOperation.py | ||
| SettingInheritanceManager.py | ||
| SettingOverrideDecorator.py | ||
| SidebarCustomMenuItemsModel.py | ||
| SimpleModeSettingsManager.py | ||
| UserChangesModel.py | ||