Update of /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_creativecommons
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12805/serendipity_plugin_creativecommons
Modified Files:
serendipity_plugin_creativecommons.php
Log Message:
something seemed to have slipped through the patch/diff commit
Index: serendipity_plugin_creativecommons.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_plugin_creativecommons/serendipity_plugin_creativecommons.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- serendipity_plugin_creativecommons.php 4 Apr 2004 08:04:57 -0000 1.3
+++ serendipity_plugin_creativecommons.php 4 Apr 2004 14:51:39 -0000 1.4
@@ -2,15 +2,15 @@
switch ($serendipity['lang']) {
case 'de': {
- @define('PLUGIN_CREATIVECOMMONS_NAME', 'Creative Commons');
- @define('PLUGIN_CREATIVECOMMONS_DESC', 'Zeigt einen Creative Commons Hinweis an');
+ @define('PLUGIN_SIDEBAR_CREATIVECOMMONS_NAME', 'Creative Commons');
+ @define('PLUGIN_SIDEBAR_CREATIVECOMMONS_DESC', 'Zeigt einen Creative Commons Hinweis an');
}
break;
case 'en':
default: {
- @define('PLUGIN_CREATIVECOMMONS_NAME', 'Creative Commons');
- @define('PLUGIN_CREATIVECOMMONS_DESC', 'Display a creative commons notification in the sidebar.');
+ @define('PLUGIN_SIDEBAR_CREATIVECOMMONS_NAME', 'Creative Commons');
+ @define('PLUGIN_SIDEBAR_CREATIVECOMMONS_DESC', 'Display a creative commons notification in the sidebar.');
}
break;
}
|