mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 01:15:28 -06:00
Change wording as suggested
CURA-11978 "Unretraction" is a barbaric word, better use "Priming" instead
This commit is contained in:
parent
f84923185d
commit
b6b2da0c14
1 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ Cura.ExpandableComponent
|
|||
{
|
||||
const travelsTypesModel = [
|
||||
{
|
||||
label: catalog.i18nc("@label", "Unretracted"),
|
||||
label: catalog.i18nc("@label", "Not retracted"),
|
||||
colorId: "layerview_move_combing"
|
||||
},
|
||||
{
|
||||
|
@ -241,7 +241,7 @@ Cura.ExpandableComponent
|
|||
colorId: "layerview_move_while_retracting"
|
||||
},
|
||||
{
|
||||
label: catalog.i18nc("@label", "Unretracting"),
|
||||
label: catalog.i18nc("@label", "Priming"),
|
||||
colorId: "layerview_move_while_unretracting"
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue