From 8551ef0a65ea5625a430e0d51c58e823444e096b Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 10 Sep 2008 10:26:36 +0000 Subject: [PATCH] fix wrong documentation, thanks to Sammy --- plugins/serendipity_plugin_comments/UTF-8/lang_de.inc.php | 2 +- plugins/serendipity_plugin_comments/lang_de.inc.php | 2 +- plugins/serendipity_plugin_comments/lang_en.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/serendipity_plugin_comments/UTF-8/lang_de.inc.php b/plugins/serendipity_plugin_comments/UTF-8/lang_de.inc.php index 8e6a1f4d..a69ceccd 100644 --- a/plugins/serendipity_plugin_comments/UTF-8/lang_de.inc.php +++ b/plugins/serendipity_plugin_comments/UTF-8/lang_de.inc.php @@ -2,7 +2,7 @@ @define('PLUGIN_COMMENTS_BLAHBLAH', 'Zeigt die letzten Kommentare'); @define('PLUGIN_COMMENTS_WORDWRAP', 'Zeilenumbruch'); - @define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Wörtern soll ein Zeilenumbruch eingefügt werden? (Standard: 30)'); + @define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Buchstaben soll ein Zeilenumbruch eingefügt werden? (Standard: 30)'); @define('PLUGIN_COMMENTS_MAXCHARS', 'Zeichen pro Kommentar'); @define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Wieviele Zeichen sollen pro Kommentar gezeigt werden? (Standard: 120)'); @define('PLUGIN_COMMENTS_MAXENTRIES', 'Anzahl an Kommentaren'); diff --git a/plugins/serendipity_plugin_comments/lang_de.inc.php b/plugins/serendipity_plugin_comments/lang_de.inc.php index 2265eefd..bfbd8a59 100644 --- a/plugins/serendipity_plugin_comments/lang_de.inc.php +++ b/plugins/serendipity_plugin_comments/lang_de.inc.php @@ -2,7 +2,7 @@ @define('PLUGIN_COMMENTS_BLAHBLAH', 'Zeigt die letzten Kommentare'); @define('PLUGIN_COMMENTS_WORDWRAP', 'Zeilenumbruch'); - @define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Wörtern soll ein Zeilenumbruch eingefügt werden? (Standard: 30)'); + @define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Buchstaben soll ein Zeilenumbruch eingefügt werden? (Standard: 30)'); @define('PLUGIN_COMMENTS_MAXCHARS', 'Zeichen pro Kommentar'); @define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Wieviele Zeichen sollen pro Kommentar gezeigt werden? (Standard: 120)'); @define('PLUGIN_COMMENTS_MAXENTRIES', 'Anzahl an Kommentaren'); diff --git a/plugins/serendipity_plugin_comments/lang_en.inc.php b/plugins/serendipity_plugin_comments/lang_en.inc.php index fc249014..16ebc243 100644 --- a/plugins/serendipity_plugin_comments/lang_en.inc.php +++ b/plugins/serendipity_plugin_comments/lang_en.inc.php @@ -8,7 +8,7 @@ @define('PLUGIN_COMMENTS_BLAHBLAH', 'Displays the last comments to your entries'); @define('PLUGIN_COMMENTS_WORDWRAP', 'Wordwrap'); -@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'How many words until a wordwrap will occur? (Default: 30)'); +@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'How many characters until a wordwrap will occur? (Default: 30)'); @define('PLUGIN_COMMENTS_MAXCHARS', 'Maximum chars per comment'); @define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'How many chars will be displayed for each comment? (Default: 120)'); @define('PLUGIN_COMMENTS_MAXENTRIES', 'Maximum number of comments');