[ocrfeeder/fixes] Make the OCR engines' configuration warning more understandable
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ocrfeeder/fixes] Make the OCR engines' configuration warning more understandable
- Date: Tue, 10 Apr 2012 16:06:21 +0000 (UTC)
commit d24f23034ee6db82cc1d33bcf15555dcd5ce983e
Author: Joaquim Rocha <jrocha igalia com>
Date: Tue Apr 10 18:05:55 2012 +0200
Make the OCR engines' configuration warning more understandable
src/ocrfeeder/studio/studioBuilder.py | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/src/ocrfeeder/studio/studioBuilder.py b/src/ocrfeeder/studio/studioBuilder.py
index d4d5a84..ea3ad13 100644
--- a/src/ocrfeeder/studio/studioBuilder.py
+++ b/src/ocrfeeder/studio/studioBuilder.py
@@ -461,14 +461,18 @@ class Studio:
gtk.DIALOG_MODAL |
gtk.DIALOG_DESTROY_WITH_PARENT,
gtk.MESSAGE_WARNING)
- dialog.add_buttons(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
+ dialog.add_buttons(_('_Keep Current Configuration') ,
+ gtk.RESPONSE_CANCEL,
_('_Open OCR Engines Manager Dialog'),
gtk.RESPONSE_OK)
- message = _('The following engines\' arguments '
+ message = _('The following OCR engines\' arguments '
'might need to be updated but it appears '
'you have changed their default configuration so '
'they need to be updated manually:\n '
- '<b>%(engines)s</b> ') % \
+ '<b>%(engines)s</b>\n\n'
+ 'If you do not want to keep your changes '
+ 'you can just remove the current configuration '
+ 'and have your OCR engines detected again.') % \
{'engines': '\n'.join(names)}
dialog.set_markup(message)
response = dialog.run()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]