Don't manually wrap text

This commit is contained in:
Aaron Meurer 2011-07-27 18:37:59 -06:00
parent cc521a28ad
commit 11681de3aa
2 changed files with 4 additions and 4 deletions

View File

@ -1156,8 +1156,8 @@ class DebuggerUI(FrameVarInfoKeeper):
from pudb.settings import save_config from pudb.settings import save_config
save_config(CONFIG) save_config(CONFIG)
self.message("Since this is the first time you've used PuDB, \n" self.message("Since this is the first time you've used PuDB, "
"I will show you a configuration screen. Hit Ctrl-P at any \n" "I will now show you the configuration screen. Hit Ctrl-P at any "
"time to get back to it.") "time to get back to it.")
self.run_edit_config() self.run_edit_config()

View File

@ -100,9 +100,9 @@ def edit_config(ui, conf_dict):
for sl in ui.source: for sl in ui.source:
sl._invalidate() sl._invalidate()
heading = urwid.Text("This is the preferences screen for PuDB\n" heading = urwid.Text("This is the preferences screen for PuDB. "
"Hit Ctrl-P at any time to get back to it.\n\n" "Hit Ctrl-P at any time to get back to it.\n\n"
"Configuration settings are saved in \n" "Configuration settings are saved in "
"%s\n" % get_save_config_path()) "%s\n" % get_save_config_path())
cb_line_numbers = urwid.CheckBox("Show Line Numbers", cb_line_numbers = urwid.CheckBox("Show Line Numbers",