1
0

fix wrong documentation, thanks to Sammy

This commit is contained in:
Garvin Hicking
2008-09-10 10:26:36 +00:00
parent 94fd5e4e8c
commit db14b28472
3 changed files with 3 additions and 3 deletions

View File

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