aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-04-29 07:39:49 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-04-29 07:39:49 +0000
commitabb41b0812c49c38ab244d0ec39d45af706bede7 (patch)
tree106b77c7805181889092675be59138810e9df8a6 /rc.c
parentUpdate ChangeLog (diff)
downloadw3m-abb41b0812c49c38ab244d0ec39d45af706bede7.tar.gz
w3m-abb41b0812c49c38ab244d0ec39d45af706bede7.zip
Update PO strings for display_borders
Diffstat (limited to '')
-rw-r--r--rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index 7b88368..a839bb3 100644
--- a/rc.c
+++ b/rc.c
@@ -90,7 +90,7 @@ static int OptionEncode = FALSE;
#define CMT_MULTICOL N_("Display file names in multi-column format")
#define CMT_ALT_ENTITY N_("Use ASCII equivalents to display entities")
#define CMT_GRAPHIC_CHAR N_("Character type for border of table and menu")
-#define CMT_DISP_BORDERS N_("Display 0 pixel table borders")
+#define CMT_DISP_BORDERS N_("Display table borders, ignore value of BORDER")
#define CMT_FOLD_TEXTAREA N_("Fold lines in TEXTAREA")
#define CMT_DISP_INS_DEL N_("Display INS, DEL, S and STRIKE element")
#define CMT_COLOR N_("Display with color")