shoutbox plugin: Wrong description for dateformat fixed.

This commit is contained in:
Grischa Brockhaus 2009-06-01 03:31:13 +00:00
parent 712bcb5a29
commit 3174dcf7d9
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Version 1.5 ()
------------------------------------------------------------------------
* Changed shoutbox plugin. Shoutbox input size is configurable now.
Wrong description for dateformat fixed.
(brockhaus)
* Change mail entry plugin to be able to send mails without

View File

@ -67,7 +67,7 @@ class serendipity_plugin_shoutbox extends serendipity_plugin
case 'dateformat':
$propbag->add('type', 'string');
$propbag->add('name', GENERAL_PLUGIN_DATEFORMAT);
$propbag->add('description', sprintf(GENERAL_PLUGIN_DATEFORMAT_BLAHBLAH, '%a, %m.%m.%Y %H:%M'));
$propbag->add('description', sprintf(GENERAL_PLUGIN_DATEFORMAT_BLAHBLAH, '%a, %d.%m.%Y %H:%M'));
$propbag->add('default', '%a, %d.%m.%Y %H:%M');
break;