summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui.py b/src/ui.py
index c0bcd91..abebf2e 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -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