Merged in coderus/sailtime (pull request #1)

Proper names for dialog buttons
This commit is contained in:
Mikko Ahlroth 2014-09-28 21:21:10 +03:00
commit 3477b944c7

View file

@ -75,8 +75,9 @@ Dialog {
spacing: Theme.paddingLarge
DialogHeader {
title: "Save"
acceptText: "Settings"
title: "Settings"
acceptText: "Save"
cancelText: "Cancel"
}
TextSwitch {