From d123f6ef77e138c6586f40523a362c4a40dfcbbb Mon Sep 17 00:00:00 2001 From: Richard Taylor Date: Mon, 9 Jan 2006 10:53:50 +0000 Subject: [PATCH] minor wording changes. svn: r5701 --- ChangeLog | 6 +++++- src/GrampsLogger/_ErrorReportAssistant.py | 8 ++++---- src/GrampsLogger/_ErrorView.py | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ddb7eeba7..2514b6661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2006-01-08 Richard Taylor +2006-01-09 Richard Taylor + * src/GrampsLogger/_ErrorReportAssistant.py: corrected wording, minor layout + changes. + +2006-01-09 Richard Taylor * src/Assistant.py: remove print statement * src/GrampsLogger/_ErrorReportAssistant.py: polish UI and added option to start email client. diff --git a/src/GrampsLogger/_ErrorReportAssistant.py b/src/GrampsLogger/_ErrorReportAssistant.py index 40ed39d06..1a242c145 100644 --- a/src/GrampsLogger/_ErrorReportAssistant.py +++ b/src/GrampsLogger/_ErrorReportAssistant.py @@ -43,8 +43,8 @@ class ErrorReportAssistant: self.w.set_conclusion(_('Complete'), _('GRAMPS is an Open Source project. Its success ' - 'depends on the users. User feedback is important. ' - 'Thankyou for taking the time to submit a bug report.')) + 'depends on its users. User feedback is important. ' + 'Thank you for taking the time to submit a bug report.')) self.w.connect('page-changed',self.on_page_changed) @@ -90,7 +90,6 @@ class ErrorReportAssistant: def _reset_error_details_text_buffer(self,obj=None): self._error_details_text_buffer.set_text( "\n".join(self._rotate_handler.get_formatted_log(self._error_detail.get_record())) + - "\n\n" + self._error_detail.get_formatted_log()) 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 "\ - "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_padding(0, 4) url_label.set_line_wrap(True) diff --git a/src/GrampsLogger/_ErrorView.py b/src/GrampsLogger/_ErrorView.py index c76cce58f..83147fda6 100644 --- a/src/GrampsLogger/_ErrorView.py +++ b/src/GrampsLogger/_ErrorView.py @@ -50,7 +50,7 @@ class ErrorView(object): self.top.vbox.pack_start(hbox,False,False,5) 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 "\ "please click Report and the Error Reporting Wizard will help you "\ "to make a bug report."))