summaryrefslogtreecommitdiffstats
path: root/src/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.py')
-rw-r--r--src/ui.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui.py b/src/ui.py
index 2c92800..b4a7091 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -592,12 +592,12 @@ class InstallSoftware(SlidePage):
button_layout = QHBoxLayout()
button_layout.addStretch(1)
#: Normally, this is not to translate
- button = MyPushButton(_("InstallSoftware", "RPMdrake") + " *")
+ button = MyPushButton(_("InstallSoftware", "Rpmdrake") + " *")
button.clicked.connect(
partial(
self.command,
[
- "/usr/bin/drakconf",
+ "/usr/bin/rpmdrake",
],
)
)
@@ -1102,7 +1102,6 @@ class BreadcrumbItem(QWidget):
color: #2c3e50;
font-size: 12px;
padding: 2px 8px;
- margins: 5px;
}
"""
)