mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Small textual changes for project handling
CURA-1263
This commit is contained in:
parent
535250e714
commit
8f023524d2
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import UM 1.1 as UM
|
|||
|
||||
UM.Dialog
|
||||
{
|
||||
title: catalog.i18nc("@title:window", "Import Project")
|
||||
title: catalog.i18nc("@title:window", "Open Project")
|
||||
|
||||
width: 550
|
||||
minimumWidth: 550
|
||||
|
|
|
@ -290,7 +290,7 @@ Item
|
|||
Action
|
||||
{
|
||||
id: loadWorkspaceAction
|
||||
text: catalog.i18nc("@action:inmenu menubar:file","&Open project...");
|
||||
text: catalog.i18nc("@action:inmenu menubar:file","&Open Project...");
|
||||
}
|
||||
|
||||
Action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue