summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
Diffstat (limited to 'portato')
-rw-r--r--portato/gui/dialogs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/dialogs.py b/portato/gui/dialogs.py
index ee65884..3e1fdce 100644
--- a/portato/gui/dialogs.py
+++ b/portato/gui/dialogs.py
@@ -112,9 +112,9 @@ def prereq_error_dialog (e):
msg = e.message
if get_runsystem()[0] == "Sabayon":
- msg.append("\n"+_("Note that on fresh Sabayon installs or its LiveDVD/-CD, there is no portage tree existing per default. Please run 'emerge --sync'."))
+ msg += "\n\n"+_("<b>Note</b>: On fresh Sabayon installs or its LiveDVD/-CD, there is no portage tree existing per default.\nPlease run <i>emerge --sync &amp;&amp; layman -S</i>.")
- dialog.format_secondary_text(msg)
+ dialog.format_secondary_markup(msg)
ret = dialog.run()
dialog.destroy()
return ret
01 09:37:11 +0000'>2006-10-010.3.3necoro1-0/+6 2006-10-01Implemented an internal db; removed unmerge-bugnecoro2-26/+43 2006-09-30Implemented some new backend functions which speed up the ↵necoro2-12/+37 package-list-creation. (Thanks an porthole for the inspiration ;P) 2006-09-300.3.2 release; changed font in terminal; added new "masking"-dialognecoro3-11/+36 2006-09-29fixed bugsnecoro4-13/+23 2006-09-29Corrected setup.pynecoro1-1/+1