Revision: 7140
Author:   ek.kato
Date:     Tue Jun 14 21:22:08 2011
Log:      * scm/social-ime.scm
* scm/ajax-ime.scm
  - Fix grammar by Justin B Rye.

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

Modified:
 /trunk/scm/ajax-ime.scm
 /trunk/scm/social-ime.scm

=======================================
--- /trunk/scm/ajax-ime.scm     Thu Jan  6 18:09:56 2011
+++ /trunk/scm/ajax-ime.scm     Tue Jun 14 21:22:08 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
=======================================
--- /trunk/scm/social-ime.scm   Thu Jan  6 18:09:56 2011
+++ /trunk/scm/social-ime.scm   Tue Jun 14 21:22:08 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