mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Change wording from "duplicate" to "multiply"
This commit is contained in:
parent
0ce4b5f2de
commit
eeff3b65ec
2 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ Item
|
||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: multiplyObjectAction;
|
id: multiplyObjectAction;
|
||||||
text: catalog.i18nc("@action:inmenu","&Duplicate Model...");
|
text: catalog.i18nc("@action:inmenu","&Multiply Model...");
|
||||||
iconName: "edit-duplicate"
|
iconName: "edit-duplicate"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ UM.Dialog
|
||||||
id: base
|
id: base
|
||||||
|
|
||||||
//: Dialog title
|
//: Dialog title
|
||||||
title: catalog.i18nc("@title:window", "Duplicate Model")
|
title: catalog.i18nc("@title:window", "Multiply Model")
|
||||||
|
|
||||||
minimumWidth: 400 * Screen.devicePixelRatio
|
minimumWidth: 400 * Screen.devicePixelRatio
|
||||||
minimumHeight: 80 * Screen.devicePixelRatio
|
minimumHeight: 80 * Screen.devicePixelRatio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue