Add missing translation markers

This commit is contained in:
Arjen Hiemstra 2015-05-07 16:33:37 +02:00
parent ef62725cc1
commit acf5120cff
13 changed files with 76 additions and 40 deletions

View file

@ -26,6 +26,7 @@ UM.Dialog {
}
rightButtons: Button {
//: Close engine log button
text: qsTr("Close");
onClicked: dialog.visible = false;
}