summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-09-20 19:37:06 +0000
committerChris Lumens <clumens@redhat.com>2005-09-20 19:37:06 +0000
commit70d10ea749562734dd0f2f8f434c2a524f5e34ad (patch)
tree83c44e51ae9f55b46f06aa70b816267493e0a4d8 /constants.py
parent71595af83e28dff1fd608e224ca13bbfa4b15c7d (diff)
downloadanaconda-70d10ea749562734dd0f2f8f434c2a524f5e34ad.tar.gz
anaconda-70d10ea749562734dd0f2f8f434c2a524f5e34ad.tar.xz
anaconda-70d10ea749562734dd0f2f8f434c2a524f5e34ad.zip
Use glade for the exception dialog and display the full traceback on the
bottom.
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py14
1 files changed, 3 insertions, 11 deletions
diff --git a/constants.py b/constants.py
index d119a32d7..dd5898fb6 100644
--- a/constants.py
+++ b/constants.py
@@ -71,14 +71,6 @@ productPath = product.productPath
bugzillaUrl = product.bugUrl
exceptionText = _("An unhandled exception has occurred. This "
- "is most likely a bug. Please copy the "
- "full text of this exception or save the crash "
- "dump to a floppy then file a detailed bug "
- "report against anaconda at "
- "%s") %(bugzillaUrl,)
-
-exceptionTextNoFloppy = _("An unhandled exception has occurred. This "
- "is most likely a bug. Please copy the "
- "full text of this exception and file a detailed "
- "bug report against anaconda at "
- "%s") %(bugzillaUrl,)
+ "is most likely a bug. Please save a copy of "
+ "the detailed exception and file a bug report "
+ "against anaconda at %s" %(bugzillaUrl,))