Skip to content

Commit 8f64a5b

Browse files
author
arch
committed
typo
1 parent cf5702c commit 8f64a5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

funscript_editor/ui/funscript_editor_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def retranslateUi(self, MainWindow):
264264
self.label_33.setText(_translate("MainWindow", "Ctrl+I"))
265265
self.label_37.setText(_translate("MainWindow", "Shift+Pos1"))
266266
self.label_38.setText(_translate("MainWindow", "First Action"))
267-
self.label_39.setText(_translate("MainWindow", "Shift+Ende"))
267+
self.label_39.setText(_translate("MainWindow", "Shift+End"))
268268
self.label_40.setText(_translate("MainWindow", "Last Action"))
269269
self.strokeGroupBox.setTitle(_translate("MainWindow", "Statistics"))
270270
self.label_11.setText(_translate("MainWindow", "Fastest Stroke:"))

funscript_editor/ui/funscript_editor_view.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
<item row="17" column="0">
329329
<widget class="QLabel" name="label_39">
330330
<property name="text">
331-
<string>Shift+Ende</string>
331+
<string>Shift+End</string>
332332
</property>
333333
</widget>
334334
</item>

0 commit comments

Comments
 (0)