minor wording changes.
svn: r5701
This commit is contained in:
parent
b0bba43803
commit
d123f6ef77
@ -1,4 +1,8 @@
|
|||||||
2006-01-08 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
||||||
|
* src/GrampsLogger/_ErrorReportAssistant.py: corrected wording, minor layout
|
||||||
|
changes.
|
||||||
|
|
||||||
|
2006-01-09 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
||||||
* src/Assistant.py: remove print statement
|
* src/Assistant.py: remove print statement
|
||||||
* src/GrampsLogger/_ErrorReportAssistant.py: polish UI and added option
|
* src/GrampsLogger/_ErrorReportAssistant.py: polish UI and added option
|
||||||
to start email client.
|
to start email client.
|
||||||
|
@ -43,7 +43,7 @@ class ErrorReportAssistant:
|
|||||||
|
|
||||||
self.w.set_conclusion(_('Complete'),
|
self.w.set_conclusion(_('Complete'),
|
||||||
_('GRAMPS is an Open Source project. Its success '
|
_('GRAMPS is an Open Source project. Its success '
|
||||||
'depends on the users. User feedback is important. '
|
'depends on its users. User feedback is important. '
|
||||||
'Thank you for taking the time to submit a bug report.'))
|
'Thank you for taking the time to submit a bug report.'))
|
||||||
|
|
||||||
self.w.connect('page-changed',self.on_page_changed)
|
self.w.connect('page-changed',self.on_page_changed)
|
||||||
@ -90,7 +90,6 @@ class ErrorReportAssistant:
|
|||||||
def _reset_error_details_text_buffer(self,obj=None):
|
def _reset_error_details_text_buffer(self,obj=None):
|
||||||
self._error_details_text_buffer.set_text(
|
self._error_details_text_buffer.set_text(
|
||||||
"\n".join(self._rotate_handler.get_formatted_log(self._error_detail.get_record())) +
|
"\n".join(self._rotate_handler.get_formatted_log(self._error_detail.get_record())) +
|
||||||
"\n\n" +
|
|
||||||
self._error_detail.get_formatted_log())
|
self._error_detail.get_formatted_log())
|
||||||
|
|
||||||
def _clear_error_details_text_buffer(self,obj=None):
|
def _clear_error_details_text_buffer(self,obj=None):
|
||||||
@ -379,7 +378,8 @@ class ErrorReportAssistant:
|
|||||||
|
|
||||||
|
|
||||||
url_label = gtk.Label(_("If your email client is configured correctly you may be able "\
|
url_label = gtk.Label(_("If your email client is configured correctly you may be able "\
|
||||||
"to use this button to start it with the bug report ready to send. "))
|
"to use this button to start it with the bug report ready to send. "\
|
||||||
|
"(This will probably only work if you are running Gnome)"))
|
||||||
url_label.set_alignment(0.01,0.5)
|
url_label.set_alignment(0.01,0.5)
|
||||||
url_label.set_padding(0, 4)
|
url_label.set_padding(0, 4)
|
||||||
url_label.set_line_wrap(True)
|
url_label.set_line_wrap(True)
|
||||||
|
@ -50,7 +50,7 @@ class ErrorView(object):
|
|||||||
self.top.vbox.pack_start(hbox,False,False,5)
|
self.top.vbox.pack_start(hbox,False,False,5)
|
||||||
|
|
||||||
instructions_label = gtk.Label(
|
instructions_label = gtk.Label(
|
||||||
_("Your data will safe but it would be advisable to restart GRAMPS immediately. "\
|
_("Your data will be safe but it would be advisable to restart GRAMPS immediately. "\
|
||||||
"If you would like to report the problem to the GRAMPS team "\
|
"If you would like to report the problem to the GRAMPS team "\
|
||||||
"please click Report and the Error Reporting Wizard will help you "\
|
"please click Report and the Error Reporting Wizard will help you "\
|
||||||
"to make a bug report."))
|
"to make a bug report."))
|
||||||
|
Loading…
Reference in New Issue
Block a user