Skip to content

Commit 4de14c9

Browse files
misc
1 parent cc6a6f9 commit 4de14c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _UI_fullTranslation(self, owner):
9999
self._refineBtn = btn = tk.Button(
100100
owner, state=tk.DISABLED,
101101
command=self.onRefine,
102-
textvariable=self._localization("Refine"),
102+
textvariable=self._localization("Refine (F5)")
103103
)
104104
btn.pack(side="bottom", padx=5, pady=5, anchor="e")
105105

0 commit comments

Comments
 (0)