Browse Source

Make prompt less debian-specific

suites/jessie-proposed-backports
Chris Lawrence 17 years ago
parent
commit
6d2ed0ca85
  1. 6
      reportbug

6
reportbug

@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE."""
#
# Version ##VERSION##; see changelog for revision history
# $Id: reportbug,v 1.98.2.16 2006-10-19 21:13:09 lawrencc Exp $
# $Id: reportbug,v 1.98.2.17 2006-10-19 21:13:45 lawrencc Exp $
# Work around case where Python install might be broken (#290043)
try:
@ -405,8 +405,8 @@ def offer_configuration(options):
from_addr = ui.get_string(
'Which of your email addresses should be used when sending bug '
'reports? (Note that this address will be visible in the Debian bug '
'tracker, so you may want to use a webmail address or another address '
'reports? (Note that this address will be visible in the bug tracking '
'system, so you may want to use a webmail address or another address '
'with good spam filtering capabilities.) [%s]' %
(options.email or def_email), force_prompt=True)

Loading…
Cancel
Save