From 7764c732aa108888d7682b41bf45b00feb5cb737 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 30 Mar 2011 14:59:30 -0400 Subject: Improve the translatability of strings with more than one format specifier. --- pyanaconda/rescue.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyanaconda/rescue.py') 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 to get a shell. %s") - % (anaconda.rootPath, msg), + "Press to get a shell.") % anaconda.rootPath + msg, [_("OK")] ) else: if anaconda.ksdata and \ -- cgit