[caribou] Fixed Bug 648344. Modified a gettextized message.



commit 20ad074173d11c03518ff294aa54989893b843e0
Author: Jiro Matsuzawa <matsuzawa jr gmail com>
Date:   Thu Apr 21 10:44:16 2011 +0900

    Fixed Bug 648344. Modified a gettextized message.

 caribou/ui/main.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/caribou/ui/main.py b/caribou/ui/main.py
index a76c2bb..7e861b8 100644
--- a/caribou/ui/main.py
+++ b/caribou/ui/main.py
@@ -72,7 +72,7 @@ class Caribou:
                                                Gtk.ButtonsType.OK,
                                                _("Accessibility has been enabled. "
                                                  "Log out and back in again to use "
-                                                 "%s." % const.APP_NAME))
+                                                 "%s.") % const.APP_NAME)
                 msgdialog2.run()
                 msgdialog2.destroy()
                 msgdialog.destroy()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]