Revision: 6494
Author: ek.kato
Date: Tue Jul 6 18:18:02 2010
Log: * helper/dict-word-list-view-gtk.c
* scm/dict-socket.scm
- Fix typo.
http://code.google.com/p/uim/source/detail?r=6494
Modified:
/trunk/helper/dict-word-list-view-gtk.c
/trunk/scm/dict-socket.scm
=======================================
--- /trunk/helper/dict-word-list-view-gtk.c Sun Apr 4 20:35:54 2010
+++ /trunk/helper/dict-word-list-view-gtk.c Tue Jul 6 18:18:02 2010
@@ -153,7 +153,7 @@
PROP_EDITABLE,
g_param_spec_boolean("editable",
_("to be written"),
- _("to be written "),
+ _("to be written"),
FALSE,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
g_object_class_install_property
=======================================
--- /trunk/scm/dict-socket.scm Mon Jun 21 04:36:03 2010
+++ /trunk/scm/dict-socket.scm Tue Jul 6 18:18:02 2010
@@ -74,7 +74,7 @@
(receive (responce message)
(dict-server-parse-responce line)
(cond ((dict-server-error-responce? responce)
- (uim-notify-fatal (format "dict (~a): ~a" (N_ "Error
Responce") message)))
+ (uim-notify-fatal (format "dict (~a): ~a" (N_ "Error
Response") message)))
((string=? "151" responce)
(dict-server-get-1yz port))
((string=? "150" responce)
@@ -83,7 +83,7 @@
(dict-server-parse-responce responce-line)
(if (string=? "151" (substring responce-line 0 3))
(dict-server-get-1yz port)
- (uim-notify-fatal (format "dict (~a): ~a"
(N_ "Error Responce") message))))))
+ (uim-notify-fatal (format "dict (~a): ~a"
(N_ "Error Response") message))))))
((string=? "2" (substring responce 0 1))
'())
((string=? "4" (substring responce 0 1))