Matched the label to the naming scheme

This commit is contained in:
Maximilian Siess 2017-04-18 13:56:31 +02:00
parent 5d796c76b7
commit ec502ce7e5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Main(QtCore.QObject):
window.pushButton_selectOutput.setText("Select Output Video File")
window.pushButton_selectBackground.setText("Select Background Image")
window.label_font.setText("Title Font")
window.label_alignment.setText("Alignment")
window.label_alignment.setText("Title Alignment")
window.label_title.setText("Title Text")
window.pushButton_createVideo.setText("Create Video")
window.groupBox_create.setTitle("Create")