Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ApprovalPlugin/lib/TWiki/Plugins/ApprovalPlugin.pm

    r31 r464  
    520520                                    web => $_[2], 
    521521                                    topic => $_[1], 
    522                                     params => [ 'Edit topic', 'The %TWIKIWEB%.ApprovalPlugin controls this topic. You are not permitted to edit this topic' ] ); 
     522                                    params => [ 'Edit topic', 'The %SYSTEMWEB%.ApprovalPlugin controls this topic. You are not permitted to edit this topic' ] ); 
    523523    } 
    524524} 
     
    629629    $out .= 'twikiAlert' if $error; 
    630630    $out .= '">'; 
    631     $out .= " %TWIKIWEB%.$pluginName - $text"; 
     631    $out .= " %SYSTEMWEB%.$pluginName - $text"; 
    632632    $out .= '</span>'; 
    633633 
Note: See TracChangeset for help on using the changeset viewer.