Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
23d81901e7
1 changed files with 1 additions and 2 deletions
|
@ -203,8 +203,7 @@ class Core(object):
|
||||||
if config.get('firstrun', ''):
|
if config.get('firstrun', ''):
|
||||||
self.information(_(
|
self.information(_(
|
||||||
'It seems that it is the first time you start poezio.\n' + \
|
'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' + \
|
'The online help is here http://poezio.eu/en/documentation.php.\n' + \
|
||||||
'And the documentation for users is here: http://dev.louiz.org/project/poezio/doc/HowToUse\n' + \
|
|
||||||
'By default, you are in poezio’s chatroom, where you can ask for help or tell us how great it is.\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.' \
|
'Just press Ctrl-n.' \
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue