diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-18 01:02:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-19 02:25:56 +0200 |
commit | 35474a8f1f8acb141bb415556f3bda94399d2aee (patch) | |
tree | 79b13a6e2fdbedf99004b16d0723c677e781b9c1 /module/setup.py | |
parent | Remove self-tests from all files (diff) | |
download | pyload-35474a8f1f8acb141bb415556f3bda94399d2aee.tar.xz |
Rename pyLoadCore as pyload and pyLoadCli as pyload-cli
Diffstat (limited to 'module/setup.py')
-rw-r--r-- | module/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/setup.py b/module/setup.py index 9d18f0374..ffe2a01ef 100644 --- a/module/setup.py +++ b/module/setup.py @@ -56,9 +56,9 @@ class Setup: print _("The value in brackets [] always is the default value,") print _("in case you don't want to change it or you are unsure what to choose, just hit enter.") print _( - "Don't forget: You can always rerun this assistant with --setup or -s parameter, when you start pyLoadCore.") + "Don't forget: You can always rerun this assistant with --setup or -s parameter, when you start pyload.py .") print _("If you have any problems with this assistant hit STRG-C,") - print _("to abort and don't let him start with pyLoadCore automatically anymore.") + print _("to abort and don't let him start with pyload.py automatically anymore.") print print _("When you are ready for system check, hit enter.") raw_input() |