diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-21 21:21:26 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-21 21:21:26 +0000 |
commit | 6e05edce2034a66776a8b280b4b84a0f83943e0e (patch) | |
tree | c7d671f880128e17febf160585a125afd640ba52 /iw | |
parent | gentoo/utils.py: break the copying out of live_install for other funcs (diff) | |
download | anaconda-6e05edce2034a66776a8b280b4b84a0f83943e0e.tar.gz anaconda-6e05edce2034a66776a8b280b4b84a0f83943e0e.tar.bz2 anaconda-6e05edce2034a66776a8b280b4b84a0f83943e0e.zip |
iw/welcome_gui.py: rename systools → systoolswelcome to avoid naming conflict
Diffstat (limited to 'iw')
-rw-r--r-- | iw/welcome_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py index 6c8780c..0f64285 100644 --- a/iw/welcome_gui.py +++ b/iw/welcome_gui.py @@ -80,7 +80,7 @@ In this chapter you will only have to set your root password as the rest is\n\ figured out automatically ;-)"), 8, None), - "systools" : ( + "systoolswelcome" : ( _("Installing Necessary System Tools"), _("\ In this chapter we help you choose and install some important tools."), |