summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
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,))