Revision: 7141
Author:   ek.kato
Date:     Tue Jun 14 21:28:57 2011
Log:      * Merge r7140 from trunk.

http://code.google.com/p/uim/source/detail?r=7141

Modified:
 /branches/1.7/scm/ajax-ime.scm
 /branches/1.7/scm/social-ime.scm

=======================================
--- /branches/1.7/scm/ajax-ime.scm      Thu Jan  6 18:09:56 2011
+++ /branches/1.7/scm/ajax-ime.scm      Tue Jun 14 21:28:57 2011
@@ -602,7 +602,7 @@
       (if (or (not diff)
              (> diff 5))
        (begin
- (uim-notify-info (N_ "Caveat: All the request to Ajax-IME server is not encrypted through the internet.\nIf you want to disable this message, turn off the option in Ajax-IME (advanced) setting.")) + (uim-notify-info (N_ "Caveat: All requests to the Ajax-IME server go over the Internet unencrypted.\nIf you want to disable this message, turn off the option in Ajax-IME (advanced) setting."))
          (set! ajax-ime-prev-warn-connection-time (time))))))
   (if (not ajax-ime-init-lib-ok?)
       (begin
=======================================
--- /branches/1.7/scm/social-ime.scm    Thu Jan  6 18:09:56 2011
+++ /branches/1.7/scm/social-ime.scm    Tue Jun 14 21:28:57 2011
@@ -662,7 +662,7 @@
       (if (or (not diff)
              (> diff 5))
        (begin
- (uim-notify-info (N_ "Caveat: All the request to Social IME server is not encrypted through the internet.\nIf you want to disable this message, turn off the option in Social-IME (advanced) setting.")) + (uim-notify-info (N_ "Caveat: All requests to the Social IME server go over the Internet unencrypted.\nIf you want to disable this message, turn off the option in Social-IME (advanced) setting."))
          (set! social-ime-prev-warn-connection-time (time))))))
   (if (not social-ime-init-lib-ok?)
       (begin

Reply via email to