[uim-commit] r850 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Mon May 30 20:32:44 PDT 2005


Author: ekato
Date: 2005-05-30 20:32:42 -0700 (Mon, 30 May 2005)
New Revision: 850

Modified:
   trunk/scm/anthy-key-custom.scm
Log:
* scm/anthy-key-custom.scm : Update descriptions about F7-F10 keys.


Modified: trunk/scm/anthy-key-custom.scm
===================================================================
--- trunk/scm/anthy-key-custom.scm	2005-05-31 03:27:49 UTC (rev 849)
+++ trunk/scm/anthy-key-custom.scm	2005-05-31 03:32:42 UTC (rev 850)
@@ -72,25 +72,25 @@
 (define-custom 'anthy-transpose-as-latin-key '("F10")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit as halfwidth alphanumeric")
+	       (_ "[Anthy] convert to halfwidth alphanumeric")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-transpose-as-wide-latin-key '("F9")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit as fullwidth alphanumeric")
+	       (_ "[Anthy] convert to fullwidth alphanumeric")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-transpose-as-katakana-key '("F7")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit as katakana")
+	       (_ "[Anthy] convert to katakana")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-transpose-as-hankana-key '("F8")
                '(anthy-keys1)
 	       '(key)
-	       (_ "[Anthy] commit as halfwidth katakana")
+	       (_ "[Anthy] convert to halfwidth katakana")
 	       (_ "long description will be here"))
 
 (define-custom 'anthy-commit-as-opposite-kana-key '()



More information about the uim-commit mailing list