summaryrefslogtreecommitdiff
path: root/utils/messages.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2004-05-12 10:23:07 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2004-05-12 10:23:07 +0000
commit3f0f5d7be9da224edcb5c550492cfc658818fc15 (patch)
treeb542f15ab1fc7f2894cc333888c21a33e23dde02 /utils/messages.h
parent0ee578645879df59daaeccb18b4fa34eb395be0c (diff)
downloadnetsurf-3f0f5d7be9da224edcb5c550492cfc658818fc15.tar.gz
netsurf-3f0f5d7be9da224edcb5c550492cfc658818fc15.tar.bz2
[project @ 2004-05-12 10:23:07 by rjw]
Interactive help keys made more descriptive. Message key length increased to 24. svn path=/import/netsurf/; revision=856
Diffstat (limited to 'utils/messages.h')
-rw-r--r--utils/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/messages.h b/utils/messages.h
index bef380edc..4ca079293 100644
--- a/utils/messages.h
+++ b/utils/messages.h
@@ -14,7 +14,7 @@
* messages_load() to read the file into memory. To lookup a key, use
* messages_get("key").
*
- * Only the first MAX_KEY_LENGTH (currently 16) characters of the key are
+ * Only the first MAX_KEY_LENGTH (currently 24) characters of the key are
* significant.
*/