diff options
| author | Maximilian Siess | 2017-04-18 13:56:31 +0200 |
|---|---|---|
| committer | Maximilian Siess | 2017-04-18 13:56:31 +0200 |
| commit | ec502ce7e5fe126b0174968394bebd79142f517d (patch) | |
| tree | 378880fcca653969cf9e30d2033c857b461d7dc6 /main.py | |
| parent | 5d796c76b796d65d1fd08812b6d038ba01bb001e (diff) | |
Matched the label to the naming scheme
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
