summaryrefslogtreecommitdiffstats
path: root/pyanaconda/rescue.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2011-03-30 14:59:30 -0400
committerChris Lumens <clumens@redhat.com>2011-03-30 14:59:30 -0400
commit7764c732aa108888d7682b41bf45b00feb5cb737 (patch)
tree2dacf6b8ab84ae2377498eb740e75e0343f1b598 /pyanaconda/rescue.py
parent66895d2f7c30bb7e0bd704ca47ea43136d34c29b (diff)
downloadanaconda-7764c732aa108888d7682b41bf45b00feb5cb737.tar.gz
anaconda-7764c732aa108888d7682b41bf45b00feb5cb737.tar.xz
anaconda-7764c732aa108888d7682b41bf45b00feb5cb737.zip
Improve the translatability of strings with more than one format specifier.
Diffstat (limited to 'pyanaconda/rescue.py')
-rw-r--r--pyanaconda/rescue.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyanaconda/rescue.py b/pyanaconda/rescue.py
index f6e55dc30..245a5976c 100644
--- a/pyanaconda/rescue.py
+++ b/pyanaconda/rescue.py
@@ -455,8 +455,7 @@ def runRescue(anaconda):
ButtonChoiceWindow(screen, _("Rescue"),
_("An error occurred trying to mount some or all of your "
"system. Some of it may be mounted under %s.\n\n"
- "Press <return> to get a shell. %s")
- % (anaconda.rootPath, msg),
+ "Press <return> to get a shell.") % anaconda.rootPath + msg,
[_("OK")] )
else:
if anaconda.ksdata and \