We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb42021 commit 3297dd9Copy full SHA for 3297dd9
1 file changed
Nagstamon/QUI/__init__.py
@@ -5379,7 +5379,7 @@ def delete_action(self):
5379
action = conf.actions[self.window.list_actions.currentItem().text()]
5380
5381
reply = QMessageBox.question(self.window, 'Nagstamon',
5382
- 'Do you really want to delete action <b>{action.name}</b>?',
+ f'Do you really want to delete action <b>{action.name}</b>?',
5383
QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No,
5384
QMessageBox.StandardButton.No)
5385
0 commit comments