mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
changes some word-usage and the use of capital letters
Contributes to: issue CURA-129
This commit is contained in:
parent
00cdafc50a
commit
096065a441
4 changed files with 13 additions and 10 deletions
|
@ -93,7 +93,7 @@ Item
|
|||
Action
|
||||
{
|
||||
id: settingsAction;
|
||||
text: catalog.i18nc("@action","Configure Printers");
|
||||
text: catalog.i18nc("@action","Manage Printers");
|
||||
iconName: "configure";
|
||||
}
|
||||
|
||||
|
@ -149,21 +149,21 @@ Item
|
|||
Action
|
||||
{
|
||||
id: groupObjectsAction
|
||||
text: catalog.i18nc("@action","Group objects");
|
||||
text: catalog.i18nc("@action","Group Objects");
|
||||
enabled: UM.Scene.numObjectsSelected > 1 ? true: false
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: unGroupObjectsAction
|
||||
text: catalog.i18nc("@action","Ungroup objects");
|
||||
text: catalog.i18nc("@action","Ungroup Objects");
|
||||
enabled: UM.Scene.isGroupSelected
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: mergeObjectsAction
|
||||
text: catalog.i18nc("@action","Merge objects");
|
||||
text: catalog.i18nc("@action","Merge Objects");
|
||||
enabled: UM.Scene.numObjectsSelected > 1 ? true: false
|
||||
}
|
||||
|
||||
|
@ -208,7 +208,7 @@ Item
|
|||
Action
|
||||
{
|
||||
id: openAction;
|
||||
text: catalog.i18nc("@action","Load file");
|
||||
text: catalog.i18nc("@action","Open File");
|
||||
iconName: "document-open";
|
||||
shortcut: StandardKey.Open;
|
||||
}
|
||||
|
@ -224,7 +224,7 @@ Item
|
|||
Action
|
||||
{
|
||||
id: showEngineLogAction;
|
||||
text: catalog.i18nc("@action","Show engine &log...");
|
||||
text: catalog.i18nc("@action","Show Engine &Log...");
|
||||
iconName: "view-list-text";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue