[ocrfeeder] Fix ellipsis and title when using the queued events dialog
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [ocrfeeder] Fix ellipsis and title when using the queued events dialog
- Date: Sun,  1 Aug 2010 17:35:47 +0000 (UTC)
commit 222b07bc49a034d5b6c87b1c9a46920d58949ed4
Author: Joaquim Rocha <jrocha igalia com>
Date:   Sun Aug 1 19:32:40 2010 +0200
    Fix ellipsis and title when using the queued events dialog
 studio/studioBuilder.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/studio/studioBuilder.py b/studio/studioBuilder.py
index d3e5c70..43fdb90 100644
--- a/studio/studioBuilder.py
+++ b/studio/studioBuilder.py
@@ -176,7 +176,7 @@ class Studio:
                                                         self.main_window.window)
         item_obtain = AsyncItem(lib.obtainScanners,(),
                                 self.__obtainScannersFinishedCb,(dialog,))
-        info_obtain = (_('Obtaining Scanners'), _('Please wait...'))
+        info_obtain = (_('Obtaining scanners'), _('Please waitâ?¦'))
         dialog.setItemsList([(info_obtain, item_obtain)])
         dialog.run()
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]