Skip to content

Commit

Permalink
MDL-22054 converting block name strings to pluginname
Browse files Browse the repository at this point in the history
AMOS START
 MOV [blockname,block_rss_client],[pluginname,block_rss_client]
AMOS END
  • Loading branch information
skodak committed Apr 11, 2010
1 parent 83d0f6e commit 0a0c06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/rss_client/lang/en/block_rss_client.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
$string['addheadlineblock'] = 'Add RSS headline block';
$string['addnew'] = 'Add New';
$string['addnewfeed'] = 'Add a new feed';
$string['blockname'] = 'RSS Client';
$string['cannotmakemodification'] = 'You are not allowed to make modifications to this RSS feed at this time.';
$string['clientchannellink'] = 'Source site...';
$string['clientnumentries'] = 'The default number of entries to show per feed.';
Expand Down Expand Up @@ -61,6 +60,7 @@
$string['nofeeds'] = 'There are no RSS feeds defined for this site.';
$string['numentries'] = 'Entries per feed';
$string['pickfeed'] = 'Pick a news feed';
$string['pluginname'] = 'RSS Client';
$string['remotenewsfeed'] = 'Remote News Feed';
$string['rss_client:createprivatefeeds'] = 'Create private RSS feeds';
$string['rss_client:createsharedfeeds'] = 'Create shared RSS feeds';
Expand Down

0 comments on commit 0a0c06b

Please sign in to comment.