|
@@ -1,4 +1,4 @@
|
|
|
-// Copyright (c) 2018 Ultimaker B.V.
|
|
|
+// Copyright (c) 2020 Ultimaker B.V.
|
|
|
// Cura is released under the terms of the LGPLv3 or higher.
|
|
|
|
|
|
import QtQuick 2.2
|
|
@@ -12,7 +12,7 @@ UM.Dialog
|
|
|
id: base
|
|
|
|
|
|
//: About dialog title
|
|
|
- title: catalog.i18nc("@title:window","About " + catalog.i18nc("@title:window", CuraApplication.applicationDisplayName))
|
|
|
+ title: catalog.i18nc("@title:window The argument is the application name.", "About %1").arg(CuraApplication.applicationDisplayName)
|
|
|
|
|
|
minimumWidth: 500 * screenScaleFactor
|
|
|
minimumHeight: 650 * screenScaleFactor
|