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 {
id: add_item
id: new_item
x: 65
y: 582
width: 360
text: "Add Item"
text: "New Item"
fontSize: 0.768 * 60
onButtonClick: {
loadPage("ItemEdit", { dbid: "" })