Revision: 31
http://fusionregistry.svn.sourceforge.net/fusionregistry/?rev=31&view=rev
Author: copland007
Date: 2008-02-03 21:48:50 -0800 (Sun, 03 Feb 2008)
Log Message:
-----------
Fix bug# 1748687, replace hardcoded "registry" with <{R_NAME}>
Modified Paths:
--------------
trunk/upload/cache/lang_cache/en/lang_registry.php
Modified: trunk/upload/cache/lang_cache/en/lang_registry.php
===================================================================
--- trunk/upload/cache/lang_cache/en/lang_registry.php 2008-02-04 05:44:49 UTC (rev 30)
+++ trunk/upload/cache/lang_cache/en/lang_registry.php 2008-02-04 05:48:50 UTC (rev 31)
@@ -63,10 +63,10 @@
manage_vehicle => "Manage <{R_ITEM}>",
search_form => "Search Form",
guest_book_empty => "There are currently no comments in this guestbook, be the first to leave a message below!",
- pm_notify_subject => "<#FROM_MEMBER#> has signed your registry guestbook",
- pm_notify_text => "This is an automated message from the Registry.\n\n<#FROM_MEMBER#> has added a comment to your registry guestbook!\n\n[URL=<#GUESTBOOK_LINK#>]Click here[/URL] to view your registry guestbook.",
+ pm_notify_subject => "<#FROM_MEMBER#> has signed your <{R_NAME}> guestbook",
+ pm_notify_text => "This is an automated message from the <{R_NAME}>.\n\n<#FROM_MEMBER#> has added a comment to your <{R_NAME}> guestbook!\n\n[URL=<#GUESTBOOK_LINK#>]Click here[/URL] to view your <{R_NAME}> guestbook.",
guestbook_pm_notify => "PM Guestbook Notifications?",
- guestbook_pm_notify_explain => "Check this to receive a PM when someone signs your registry guestbook.",
+ guestbook_pm_notify_explain => "Check this to receive a PM when someone signs your <{R_NAME}> guestbook.",
error_comment_empty => "You must enter a message to post!",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|