Make tab capitisation consistent

This commit is contained in:
JoeG 2014-10-22 23:00:22 +01:00
parent 53d5c490be
commit 1880c6b3dc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import QtQuick.Controls.Styles 1.1
import Ethereum 1.0
Rectangle {
property var title: "New transaction"
property var title: "New Transaction"
property var menuItem
objectName: "newTxView"