[uim-commit] r2379 - trunk/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Dec 5 14:47:37 PST 2005


Author: yamaken
Date: 2005-12-05 14:47:33 -0800 (Mon, 05 Dec 2005)
New Revision: 2379

Modified:
   trunk/scm/anthy-custom.scm
   trunk/scm/anthy-key-custom.scm
   trunk/scm/byeoru-custom.scm
   trunk/scm/skk-custom.scm
Log:
* scm/skk-custom.scm
* scm/anthy-key-custom.scm
* scm/anthy-custom.scm
* scm/byeoru-custom.scm
  - Modify message. Please don't touch po subdir for a while


Modified: trunk/scm/anthy-custom.scm
===================================================================
--- trunk/scm/anthy-custom.scm	2005-12-05 17:43:42 UTC (rev 2378)
+++ trunk/scm/anthy-custom.scm	2005-12-05 22:47:33 UTC (rev 2379)
@@ -286,5 +286,5 @@
 (define-custom 'anthy-use-with-vi? #f
   '(anthy special-op)
   '(boolean)
-  (_ "Friendly for vi user")
+  (_ "Enable vi-cooperative mode")
   (_ "long description will be here."))

Modified: trunk/scm/anthy-key-custom.scm
===================================================================
--- trunk/scm/anthy-key-custom.scm	2005-12-05 17:43:42 UTC (rev 2378)
+++ trunk/scm/anthy-key-custom.scm	2005-12-05 22:47:33 UTC (rev 2379)
@@ -238,5 +238,5 @@
 (define-custom 'anthy-vi-escape-key '("escape" "<Control>[")
                '(anthy-keys3)
 	       '(key)
-	       (_ "[Anthy] anthy-vi-escape-key?")
+	       (_ "[Anthy] ESC keys on vi-cooperative mode")
 	       (_ "long description will be here"))

Modified: trunk/scm/byeoru-custom.scm
===================================================================
--- trunk/scm/byeoru-custom.scm	2005-12-05 17:43:42 UTC (rev 2378)
+++ trunk/scm/byeoru-custom.scm	2005-12-05 22:47:33 UTC (rev 2379)
@@ -127,7 +127,7 @@
 (define-custom 'byeoru-esc-turns-off? #t
   '(byeoru byeoru-properties)
   '(boolean)
-  (_ "ESC turns off Hangul mode")
+  (_ "ESC turns off Hangul mode (for vi users)")
   (_ "long description will be here."))
 
 (define-custom 'byeoru-commit-by-word? #f

Modified: trunk/scm/skk-custom.scm
===================================================================
--- trunk/scm/skk-custom.scm	2005-12-05 17:43:42 UTC (rev 2378)
+++ trunk/scm/skk-custom.scm	2005-12-05 22:47:33 UTC (rev 2379)
@@ -429,7 +429,7 @@
 (define-custom 'skk-use-with-vi? #f
   '(skk-advanced special-op)
   '(boolean)
-  (_ "Friendly for vi user")
+  (_ "Enable vi-cooperative mode")
   (_ "long description will be here."))
 
 (define-custom 'skk-egg-like-newline? #f



More information about the uim-commit mailing list