Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Sep 30, 2023
1 parent cc6a6f9 commit 4de14c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _UI_fullTranslation(self, owner):
self._refineBtn = btn = tk.Button(
owner, state=tk.DISABLED,
command=self.onRefine,
textvariable=self._localization("Refine"),
textvariable=self._localization("Refine (F5)")
)
btn.pack(side="bottom", padx=5, pady=5, anchor="e")

Expand Down

0 comments on commit 4de14c9

Please sign in to comment.