Slightly improve (and correct) credit charging UI

This commit is contained in:
Petr Baudis 2012-10-18 19:23:22 +02:00
parent 48bfde333a
commit 4983fea31e
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ Item {
x: 599
y: 430
width: 360
text: "Credit"
text: "Charge"
onButtonClick: {
loadPage("ChargeCredit")
}