Skip to content

Commit 3297dd9

Browse files
committed
fix action name at action deletion
1 parent eb42021 commit 3297dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nagstamon/QUI/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5379,7 +5379,7 @@ def delete_action(self):
53795379
action = conf.actions[self.window.list_actions.currentItem().text()]
53805380

53815381
reply = QMessageBox.question(self.window, 'Nagstamon',
5382-
'Do you really want to delete action <b>{action.name}</b>?',
5382+
f'Do you really want to delete action <b>{action.name}</b>?',
53835383
QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No,
53845384
QMessageBox.StandardButton.No)
53855385

0 commit comments

Comments
 (0)