summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-18 16:24:37 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-18 16:24:37 +0000
commit099df3d32f2855e05b51edeb110a709ae3ea1291 (patch)
tree1a721c8e896975ff7f4e3ba10558c9e5472da964
parentf135fa1df2395f26fd6613e8b3056d7751ac7f97 (diff)
downloadanaconda-099df3d32f2855e05b51edeb110a709ae3ea1291.tar.gz
anaconda-099df3d32f2855e05b51edeb110a709ae3ea1291.tar.xz
anaconda-099df3d32f2855e05b51edeb110a709ae3ea1291.zip
add a space (#79973)
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 43535505b..4a5968802 100755
--- a/gui.py
+++ b/gui.py
@@ -164,7 +164,7 @@ def takeScreenShot():
except:
window = MessageWindow(_("Error Saving Screenshot"),
_("An error occurred while saving "
- "the screenshot. If this occurred"
+ "the screenshot. If this occurred "
"during package installation, you may need "
"to try several times for it to succeed."),
type="warning")