[geeklog-cvs] geeklog: Fixed variable name.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Mar 11 10:16:21 EST 2010


changeset 7779:84e3ae00ca06
url: http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/84e3ae00ca06
user: Tom <websitemaster at cogeco.net>
date: Thu Mar 11 10:14:31 2010 -0500
description:
Fixed variable name.

diffstat:

plugins/polls/language/english.php | 4 ++--
plugins/polls/language/english_utf-8.php | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 1a1112707c5e -r 84e3ae00ca06 plugins/polls/language/english.php
--- a/plugins/polls/language/english.php Thu Mar 11 10:13:39 2010 -0500
+++ b/plugins/polls/language/english.php Thu Mar 11 10:14:31 2010 -0500
@@ -53,8 +53,8 @@
'pollclosed' => 'This poll is closed for voting.',
'pollhidden' => 'You have already voted. This poll results will only be shown when voting is closed.',
'start_poll' => 'Start Poll',
- 'no_new_pages' => 'No new pages',
- 'deny_msg' => 'Access to this poll is denied. Either the poll has been moved/removed or you do not have sufficient permissions.'
+ 'no_new_polls' => 'No new polls',
+ 'deny_msg' => 'Access to this poll is denied. Either the poll has been moved/removed or you do not have sufficient permissions.'
);

###############################################################################
diff -r 1a1112707c5e -r 84e3ae00ca06 plugins/polls/language/english_utf-8.php
--- a/plugins/polls/language/english_utf-8.php Thu Mar 11 10:13:39 2010 -0500
+++ b/plugins/polls/language/english_utf-8.php Thu Mar 11 10:14:31 2010 -0500
@@ -53,8 +53,8 @@
'pollclosed' => 'This poll is closed for voting.',
'pollhidden' => 'You have already voted. This poll results will only be shown when voting is closed.',
'start_poll' => 'Start Poll',
- 'no_new_pages' => 'No new pages',
- 'deny_msg' => 'Access to this poll is denied. Either the poll has been moved/removed or you do not have sufficient permissions.'
+ 'no_new_polls' => 'No new polls',
+ 'deny_msg' => 'Access to this poll is denied. Either the poll has been moved/removed or you do not have sufficient permissions.'
);

###############################################################################


More information about the geeklog-cvs mailing list