diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-09 00:13:54 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-09 00:13:54 +0100 |
commit | 33b3c7e31ac501c6cf570df0d3e54b10c91baf5a (patch) | |
tree | f7cf8e5f5a3aad9837e82e678676b662e43e3243 | |
parent | 7fadb35fe2e7932a0a4aa6a8184ab6b186669edc (diff) | |
download | poezio-33b3c7e31ac501c6cf570df0d3e54b10c91baf5a.tar.gz poezio-33b3c7e31ac501c6cf570df0d3e54b10c91baf5a.tar.bz2 poezio-33b3c7e31ac501c6cf570df0d3e54b10c91baf5a.tar.xz poezio-33b3c7e31ac501c6cf570df0d3e54b10c91baf5a.zip |
Correct the firstrun message
-rw-r--r-- | src/core.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core.py b/src/core.py index 2bea288c..37137e2c 100644 --- a/src/core.py +++ b/src/core.py @@ -184,8 +184,7 @@ class Core(object): if config.get('firstrun', ''): self.information(_( 'It seems that it is the first time you start poezio.\n' + \ - 'The configuration help is here: http://dev.louiz.org/project/poezio/doc/HowToConfigure\n' + \ - 'And the documentation for users is here: http://dev.louiz.org/project/poezio/doc/HowToUse\n' + \ + 'The online help is here http://poezio.eu/en/documentation.php.\n' + \ 'By default, you are in poezio’s chatroom, where you can ask for help or tell us how great it is.\n' + \ 'Just press Ctrl-n.' \ )) |