add a line break

This commit is contained in:
Andreas Zweili 2016-12-16 13:15:36 +01:00
parent ad0d54101c
commit 9e97cb242b
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ def mount_archive():
int_vars.mount_point])
p.wait()
draw_screen(2, 2, "Archive mounted at " + int_vars.mount_point + "/.")
screen.addstr(3, 2, "The archive will remain mounted as long this programm is running.")
screen.addstr(3, 2, "The archive will remain mounted as long this programm "
"is running.")
screen.refresh()
ncurses_pause()