changes some word-usage and the use of capital letters

Contributes to: issue CURA-129
This commit is contained in:
Tamara Hogenhout 2015-09-10 14:23:47 +02:00
parent 00cdafc50a
commit 096065a441
4 changed files with 13 additions and 10 deletions

View File

@ -93,7 +93,7 @@ Item
Action Action
{ {
id: settingsAction; id: settingsAction;
text: catalog.i18nc("@action","Configure Printers"); text: catalog.i18nc("@action","Manage Printers");
iconName: "configure"; iconName: "configure";
} }
@ -149,21 +149,21 @@ Item
Action Action
{ {
id: groupObjectsAction id: groupObjectsAction
text: catalog.i18nc("@action","Group objects"); text: catalog.i18nc("@action","Group Objects");
enabled: UM.Scene.numObjectsSelected > 1 ? true: false enabled: UM.Scene.numObjectsSelected > 1 ? true: false
} }
Action Action
{ {
id: unGroupObjectsAction id: unGroupObjectsAction
text: catalog.i18nc("@action","Ungroup objects"); text: catalog.i18nc("@action","Ungroup Objects");
enabled: UM.Scene.isGroupSelected enabled: UM.Scene.isGroupSelected
} }
Action Action
{ {
id: mergeObjectsAction id: mergeObjectsAction
text: catalog.i18nc("@action","Merge objects"); text: catalog.i18nc("@action","Merge Objects");
enabled: UM.Scene.numObjectsSelected > 1 ? true: false enabled: UM.Scene.numObjectsSelected > 1 ? true: false
} }
@ -208,7 +208,7 @@ Item
Action Action
{ {
id: openAction; id: openAction;
text: catalog.i18nc("@action","Load file"); text: catalog.i18nc("@action","Open File");
iconName: "document-open"; iconName: "document-open";
shortcut: StandardKey.Open; shortcut: StandardKey.Open;
} }
@ -224,7 +224,7 @@ Item
Action Action
{ {
id: showEngineLogAction; id: showEngineLogAction;
text: catalog.i18nc("@action","Show engine &log..."); text: catalog.i18nc("@action","Show Engine &Log...");
iconName: "view-list-text"; iconName: "view-list-text";
} }
} }

View File

@ -112,6 +112,7 @@ UM.MainWindow
MenuItem { action: actions.deleteSelection; } MenuItem { action: actions.deleteSelection; }
MenuItem { action: actions.deleteAll; } MenuItem { action: actions.deleteAll; }
} }
Menu Menu
{ {
title: catalog.i18nc("@title:menu","&View"); title: catalog.i18nc("@title:menu","&View");
@ -297,7 +298,10 @@ UM.MainWindow
{ {
id: openFileButton; id: openFileButton;
//style: UM.Backend.progress < 0 ? UM.Theme.styles.open_file_button : UM.Theme.styles.tool_button; //style: UM.Backend.progress < 0 ? UM.Theme.styles.open_file_button : UM.Theme.styles.tool_button;
style: UM.Theme.styles.open_file_button //style: UM.Theme.styles.open_file_button
text: catalog.i18nc("@action:button","Open File");
iconSource: UM.Theme.icons.open
style: UM.Theme.styles.tool_button;
tooltip: ''; tooltip: '';
anchors anchors
{ {
@ -337,7 +341,6 @@ UM.MainWindow
right: sidebar.left; right: sidebar.left;
rightMargin: UM.Theme.sizes.window_margin.width; rightMargin: UM.Theme.sizes.window_margin.width;
} }
//: View Mode toolbar button
text: catalog.i18nc("@action:button","View Mode"); text: catalog.i18nc("@action:button","View Mode");
iconSource: UM.Theme.icons.viewmode; iconSource: UM.Theme.icons.viewmode;

View File

@ -67,7 +67,7 @@ Rectangle {
color: UM.Theme.colors.sidebar_header_bar color: UM.Theme.colors.sidebar_header_bar
Label{ Label{
id: printJobTextfieldLabel id: printJobTextfieldLabel
text: catalog.i18nc("@label:textbox", "Printjob name"); text: catalog.i18nc("@label:textbox", "Printjob Name");
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: UM.Theme.sizes.default_margin.width; anchors.leftMargin: UM.Theme.sizes.default_margin.width;
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter

View File

@ -27,7 +27,7 @@ Item
Label{ Label{
id: settingsModeLabel id: settingsModeLabel
text: catalog.i18nc("@label:listbox","Print setup: "); text: catalog.i18nc("@label:listbox","Print Setup: ");
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: UM.Theme.sizes.default_margin.width; anchors.leftMargin: UM.Theme.sizes.default_margin.width;
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter