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

@ -112,6 +112,7 @@ UM.MainWindow
MenuItem { action: actions.deleteSelection; }
MenuItem { action: actions.deleteAll; }
}
Menu
{
title: catalog.i18nc("@title:menu","&View");
@ -297,7 +298,10 @@ UM.MainWindow
{
id: openFileButton;
//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: '';
anchors
{
@ -337,7 +341,6 @@ UM.MainWindow
right: sidebar.left;
rightMargin: UM.Theme.sizes.window_margin.width;
}
//: View Mode toolbar button
text: catalog.i18nc("@action:button","View Mode");
iconSource: UM.Theme.icons.viewmode;