[pLog-svn] r6879 - in plugins/branches/lifetype-1.2/contact: class/view locale

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri May 1 12:44:25 EDT 2009


Author: jondaley
Date: 2009-05-01 12:44:25 -0400 (Fri, 01 May 2009)
New Revision: 6879

Modified:
   plugins/branches/lifetype-1.2/contact/class/view/admincontactpluginsettingsview.class.php
   plugins/branches/lifetype-1.2/contact/locale/locale_en_UK.php
Log:
fixed typo.  Changed locale to be more generic

Modified: plugins/branches/lifetype-1.2/contact/class/view/admincontactpluginsettingsview.class.php
===================================================================
--- plugins/branches/lifetype-1.2/contact/class/view/admincontactpluginsettingsview.class.php	2009-05-01 16:29:49 UTC (rev 6878)
+++ plugins/branches/lifetype-1.2/contact/class/view/admincontactpluginsettingsview.class.php	2009-05-01 16:44:25 UTC (rev 6879)
@@ -14,7 +14,7 @@
 			// load some configuration settings
 			$blogSettings = $this->_blogInfo->getSettings();
 			$this->setValue( "pluginEnabled", $blogSettings->getValue("plugin_contact_enabled"));
-			$this->setValue( "bannedKeywords", $blogSettings->getValue("plugin_contact_banned_keywords");
+			$this->setValue( "bannedKeywords", $blogSettings->getValue("plugin_contact_banned_keywords"));
 			parent::render();
 		}
 	}

Modified: plugins/branches/lifetype-1.2/contact/locale/locale_en_UK.php
===================================================================
--- plugins/branches/lifetype-1.2/contact/locale/locale_en_UK.php	2009-05-01 16:29:49 UTC (rev 6878)
+++ plugins/branches/lifetype-1.2/contact/locale/locale_en_UK.php	2009-05-01 16:44:25 UTC (rev 6879)
@@ -7,14 +7,14 @@
 
 $messages["plugin_contact_name"] = "Your Name";
 $messages["plugin_contact_email_address"] = "Your Email Address";
-$messages["plugin_contact_contact_from"] = "Blog contact from: %s\n\n";
+$messages["plugin_contact_contact_from"] = "Contact from: %s\n\n";
 
 $messages["plugin_contact_error_updating_settings"] = "There was an error updating the settings.";
 $messages["plugin_contact_settings_saved_ok"] = "The settings were updated successfully.";
 
 $messages["plugin_contact_error_data"] = "Error sending message. Please go back and try again. All fields are required.";
 $messages["plugin_contact_error_spam"] = "Error sending message. It looks like too much like spam. You'll have to go back and try again or contact us by another method.";
-$messages["plugin_contact_error_banned_keywords"] = "Error sending message. You used words in your message that the blog owner doesn't allow.<br/>You'll have to go back and try again or contact us by another method.";
+$messages["plugin_contact_error_banned_keywords"] = "Error sending message. You used words in your message that we don't allow.<br/>You'll have to go back and try again or contact us by another method.";
 
 $messages["plugin_contact_email_accepted"] = "Your message was sent successfully!";
 



More information about the pLog-svn mailing list