- replaced some of the icons in the app

This commit is contained in:
Marius Stanciu
2020-11-15 22:08:15 +02:00
committed by Marius
parent 0ae849a72f
commit 39c585e907
14 changed files with 13 additions and 12 deletions

View File

@@ -1680,7 +1680,7 @@ class PunchUI:
self.sel_all_btn.setToolTip(
_("Select all the pads available when in manual mode.")
)
self.clear_all_btn = FCButton(_("Clear All"))
self.clear_all_btn = FCButton(_("Deselect All"))
self.clear_all_btn.setToolTip(
_("Clear the selection of pads available when in manual mode.")
)