Stop Quote (selected) from showing in post when a regular quote is used from the bbc buttons with "dQuoteSelection" mod installed.
In Sources/Subs.php
Find:
Code: [Select]
$txt['quote']
Replace with:
Code: [Select]
$txt['quoted']
In Themes/default/languages/index.english.php
Find:
Code: [Select]
$txt['quote'] = 'Quote';
Add after...