Cura/resources/qml/Dialogs
Ghostkeeper 92e520b230
Fix translation with an argument
There are multiple issues with that line:
* Other languages might have the application name before their version of 'About'. The previous line can't account for those languages because the application name is always appended at the end.
* The old one was trying to translate CuraApplication.applicationDisplayName which can't be statically determined.
* The old one had no explanation towards the translator.
2020-02-24 13:09:29 +01:00
..
AboutDialog.qml Fix translation with an argument 2020-02-24 13:09:29 +01:00
AskOpenAsProjectOrModelsDialog.qml Remove hardcoded sizes from dialogs & popups 2019-11-19 13:00:39 +01:00
DiscardOrKeepProfileChangesDialog.qml Remove hardcoded sizes from dialogs & popups 2019-11-19 13:00:39 +01:00
OpenFilesIncludingProjectsDialog.qml Fix recent files python function calls 2019-10-07 10:44:30 +02:00
WorkspaceSummaryDialog.qml Mark disabled extruders when saving project 2019-11-25 11:13:07 +01:00