Bugs item #2981932, was opened at 2010-04-04 15:30 Message generated for change (Tracker Item Submitted) made by wikigong 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...? ---------------------------------------------------------------------- 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