[pLog-svn] r4360 - plugins/branches/lifetype-1.1/plogpoll
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Tue Nov 28 19:42:13 GMT 2006
Author: jondaley
Date: 2006-11-28 19:42:12 +0000 (Tue, 28 Nov 2006)
New Revision: 4360
Modified:
plugins/branches/lifetype-1.1/plogpoll/pluginplogpoll.class.php
Log:
updated text based on user's comment: http://bugs.lifetype.net/view.php?id=1128
Modified: plugins/branches/lifetype-1.1/plogpoll/pluginplogpoll.class.php
===================================================================
--- plugins/branches/lifetype-1.1/plogpoll/pluginplogpoll.class.php 2006-11-28 18:27:13 UTC (rev 4359)
+++ plugins/branches/lifetype-1.1/plogpoll/pluginplogpoll.class.php 2006-11-28 19:42:12 UTC (rev 4360)
@@ -116,7 +116,7 @@
$poll = $pmod->getActivePoll($blogId);
if (!$poll){
return "<table id='pollbody'>".
- "<tr><th>No poll</th></tr></table>";
+ "<tr><th>Currently no poll</th></tr></table>";
}
$table = "";
More information about the pLog-svn
mailing list