diff options
Diffstat (limited to 'src/ui.py')
-rw-r--r-- | src/ui.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; } """ ) |