diff options
author | bfox <bfox> | 2001-03-21 15:47:29 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-03-21 15:47:29 +0000 |
commit | 191d7d806c5eec56e4a8d88b90128cc4bd084221 (patch) | |
tree | 6abddd9e895074c2f1b0382e93cc169de799af54 /todo.py | |
parent | 56fe38c643da4f28f3ba9105c2ab9e2d2ae8051a (diff) | |
download | anaconda-191d7d806c5eec56e4a8d88b90128cc4bd084221.tar.gz anaconda-191d7d806c5eec56e4a8d88b90128cc4bd084221.tar.xz anaconda-191d7d806c5eec56e4a8d88b90128cc4bd084221.zip |
fixed typo error
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1856,7 +1856,7 @@ class ToDo: probs = probs + prob if nodeneeded: if probs: - probs = probe + '\n' + probs = probs + '\n' probs = probs + _("You don't appear to have enough file nodes to install " "the packages you've selected. You need more file nodes on the " "following filesystems:\n\n") |