Closed (fixed)
Project:
HotBlocks
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2011 at 20:52 UTC
Updated:
12 Feb 2012 at 18:50 UTC
Hey there! Sorry for assulting you with issue -- i'm just posting what I find as I go.
I'm seeing on ln 443 in hotblocks_assign_page that the word "hotblocks" is not replaced by the terminology setting:
$aHotblocks = hotblocks_list();
if(!sizeof($aHotblocks)) {
print ('No hotblocks have been created yet.');
exit;
}
should be
$aHotblocks = hotblocks_list();
if(!sizeof($aHotblocks)) {
print ('No '.hotblocks_terminology(true).' have been created yet.');
exit;
}
sorry i don't have an easy way to generate a patch.
Comments
Comment #1
justindodge commentedYou are certainly correct. I have made the change and committed to the dev branch.
Comment #2
justindodge commentedComment #3
justindodge commentedReleased in 6.x-1.7