From fb8799967535c6af9dc051f89c234277d7695342 Mon Sep 17 00:00:00 2001 From: slothman Date: Mon, 16 Jan 2006 21:46:17 +0000 Subject: [PATCH] Included default user name "anon" --- plugins/serendipity_plugin_comments/lang_en.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/serendipity_plugin_comments/lang_en.inc.php b/plugins/serendipity_plugin_comments/lang_en.inc.php index 0c3a706..4bc8e07 100644 --- a/plugins/serendipity_plugin_comments/lang_en.inc.php +++ b/plugins/serendipity_plugin_comments/lang_en.inc.php @@ -14,5 +14,5 @@ @define('PLUGIN_COMMENTS_MAXENTRIES', 'Maximum number of comments'); @define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'How many comments will be shown? (Default: 15)'); @define('PLUGIN_COMMENTS_ABOUT', '%s about%s'); - +@define('PLUGIN_COMMENTS_ANONYMOUS', 'anon'); ?> -- 2.39.5