aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-26 16:57:27 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-26 16:57:27 +0000
commit0a1f4d97bf3aad9d2f51cb0022a136092f8162f7 (patch)
treedbfe857134585a138dc7806f12c4a2b12ec3bd9f /rc.c
parentignore remove-potcdate.sed (diff)
downloadw3m-0a1f4d97bf3aad9d2f51cb0022a136092f8162f7.tar.gz
w3m-0a1f4d97bf3aad9d2f51cb0022a136092f8162f7.zip
conv.c ucs_eucjp.h ucs_latin1.h: deleted
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.c b/rc.c
index b310b8a..2436842 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.92 2003/09/25 18:09:01 ukai Exp $ */
+/* $Id: rc.c,v 1.93 2003/09/26 16:57:27 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -173,7 +173,7 @@ static int OptionEncode = FALSE;
#define CMT_MOUSE N_("Enable mouse")
#define CMT_REVERSE_MOUSE N_("Scroll in reverse direction of mouse drag")
#define CMT_RELATIVE_WHEEL_SCROLL N_("Behavior of wheel scroll speed")
-#define CMT_RELATIVE_WHEEL_SCROLL_RATIO N_("(A only)Scroll by # % of screen")
+#define CMT_RELATIVE_WHEEL_SCROLL_RATIO N_("(A only)Scroll by # (%) of screen")
#define CMT_FIXED_WHEEL_SCROLL_COUNT N_("(B only)Scroll by # lines")
#endif /* USE_MOUSE */
#define CMT_CLEAR_BUF N_("Free memory of undisplayed buffers")