diff options
| -rw-r--r-- | src/ui.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -131,7 +131,7 @@ class Commands(): QMessageBox.Icon.Warning, _("mw-ui", "Application installation"), #: {} will be replaced with the 'Media sources' translation - _("mw-ui", "Tainted repositories are not enabled. See the '{}' tab.").format(_("Sources",_("Media sources"))), + _("mw-ui", "Tainted repositories are not enabled. See the '{}' tab.").format(_("Sources","Media sources")), ) message.exec() return @@ -141,7 +141,7 @@ class Commands(): QMessageBox.Icon.Warning, _("mw-ui", "Application installation"), #: {} will be replaced with the 'Media sources' translation - _("mw-ui", "Nonfree repositories are not enabled. See the '{}' tab.").format(_("Sources",_("Media sources"))), + _("mw-ui", "Nonfree repositories are not enabled. See the '{}' tab.").format(_("Sources","Media sources")), ) message.exec() return @@ -163,7 +163,7 @@ class Commands(): QMessageBox.Icon.Warning, _("mw-ui", "Application installation"), #: {} will be replaced with the 'Media sources' translation - _("mw-ui", "Core repositories are not enabled. See the '{}' tab.").format(_("Sources",_("Media sources"))), + _("mw-ui", "Core repositories are not enabled. See the '{}' tab.").format(_("Sources","Media sources")), ) message.exec() return |
