Skip to content

Commit f965497

Browse files
committed
Fix tooltip
1 parent 2a3c586 commit f965497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/characterEditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def __init__(self, parent):
371371
bSizerButtons.AddStretchSpacer()
372372

373373
importExport = ((_t("Import skills from clipboard"), wx.ART_FILE_OPEN, "import"),
374-
(_t("Export skills from clipboard"), wx.ART_FILE_SAVE_AS, "export"))
374+
(_t("Export skills to clipboard"), wx.ART_FILE_SAVE_AS, "export"))
375375

376376
for tooltip, art, attr in importExport:
377377
bitmap = wx.ArtProvider.GetBitmap(art, wx.ART_BUTTON)

0 commit comments

Comments
 (0)