Bugs item #2981932, was opened at 2010-04-04 15:30
Message generated for change (Comment added) made by fourstones
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2981932&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: cchost
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: wikiGong.com Songmaster (wikigong)
Assigned to: Victor Stone (fourstones)
Summary: Misspelling in ccHost 5.1Submission Pages

Initial Comment:
On submission pages, e.g. the "Submit a Derived Work" page 
(mydomain.com//cchost/submit/remix), "colloborating" should be "collaborating". 
The misspelling originates in line 116 of 
ccHost/ccskins/shared/strings/all_media.php:

$GLOBALS['str_feat_list_any_collob'] = _('List any colloborating artists (Hint: 
NOT YOU)');

and can be fixed by editing the line:

$GLOBALS['str_feat_list_any_collob'] = _('List any collaborating artists (Hint: 
NOT YOU)');

Consistency suggests changing the variable name from "str_feat_list_any_collob" 
to "str_feat_list_any_collab", but of course this would require changes to a 
variety of files and might introduce some fragility to various upgrade or 
repair situations...?

----------------------------------------------------------------------

>Comment By: Victor Stone (fourstones)
Date: 2010-04-05 09:36

Message:
eh, assuming the spelling is correct in the string itself 'collaborating
artists'

----------------------------------------------------------------------

Comment By: Victor Stone (fourstones)
Date: 2010-04-05 09:34

Message:
the 'real' fix is easy enough to maintain backward compat

$GLOBALS['str_feat_list_any_collab'] = _('List any colloborating artists
(H
int: NOT YOU)');
$GLOBALS['str_feat_list_any_collob'] =
$GLOBALS['str_feat_list_any_collab'];

I think it's safe to assume there are many (many) more typos around, I'll
wait a little longer to collect these and then knock them back as a group.

thanks!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=2981932&group_id=80503
_______________________________________________
cc-devel mailing list
cc-devel@lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/cc-devel

Reply via email to