Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAgo authored and cculianu committed Aug 25, 2020
1 parent be27b28 commit 054b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fusion/qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def __init__(self, wallet, message):

def show_message(self):
QMessageBox.information(Plugin.get_suitable_dialog_window_parent(self.wallet),
_("CashFusion is diabled"), self.message)
_("CashFusion is disabled"), self.message)

class FusionButton(StatusBarButton):
def __init__(self, plugin, wallet):
Expand Down

0 comments on commit 054b593

Please sign in to comment.