StockMgmt: Rename button Add Item -> New Item

This commit is contained in:
Petr Baudis 2012-10-29 15:09:15 +01:00
parent ffa119e7f0
commit ae3ad22d59

View file

@ -81,11 +81,11 @@ Item {
} }
BarButton { BarButton {
id: add_item id: new_item
x: 65 x: 65
y: 582 y: 582
width: 360 width: 360
text: "Add Item" text: "New Item"
fontSize: 0.768 * 60 fontSize: 0.768 * 60
onButtonClick: { onButtonClick: {
loadPage("ItemEdit", { dbid: "" }) loadPage("ItemEdit", { dbid: "" })