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');