Changeset 16377


Ignore:
Timestamp:
Jul 5, 2012, 7:08:44 PM (12 years ago)
Author:
mistic100
Message:

untranslated string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/include/subscribe_to_comments.inc.php

    r16106 r16377  
    413413{
    414414  $search = '<p class="bottomButtons">';
    415   $replace = '<p style="font-size:1.1em;text-decoration:underline;"><a href="{$MANAGE_LINK}" rel="nofollow">{\'Manage my subscriptions to comments\'|@translate}</a></p>';
     415  $replace = '<p style="font-size:1.1em;text-decoration:underline;"><a href="{$MANAGE_LINK}" rel="nofollow">{\'Manage my subscriptions\'|@translate}</a></p>';
    416416 
    417417  return str_replace($search, $replace.$search, $content);
Note: See TracChangeset for help on using the changeset viewer.