summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.py b/backend.py
index c379a7709..24d59f32a 100644
--- a/backend.py
+++ b/backend.py
@@ -94,9 +94,9 @@ class AnacondaBackend:
syslogname = None
if upgrade:
- self.modeText = _("Upgrading %s-%s-%s.%s.\n")
+ self.modeText = _("Upgrading %s\n")
else:
- self.modeText = _("Installing %s-%s-%s.%s.\n")
+ self.modeText = _("Installing %s\n")
def kernelVersionList(self):
pass