Skip to content

Commit

Permalink
Window title correction
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainProd committed Sep 15, 2021
1 parent 00d3420 commit 7fdcd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animpreviewwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def setupUi(self, animation_view):

def retranslateUi(self, animation_view):
_translate = QtCore.QCoreApplication.translate
animation_view.setWindowTitle(_translate("animation_view", "Form"))
animation_view.setWindowTitle(_translate("animation_view", "Animation Preview"))
self.animation_info_label.setText(_translate("animation_view", "Animation Name to be played:"))
self.framerate_adjust.setSuffix(_translate("animation_view", "fps"))
self.play_anim_button.setText(_translate("animation_view", "Play Animation"))
Expand Down

0 comments on commit 7fdcd04

Please sign in to comment.