Skip to Content.
Sympa Menu

cc-devel - [cc-devel] [ cctools-Bugs-2981932 ] Misspelling in ccHost 5.1Submission Pages

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: "SourceForge.net" <noreply AT sourceforge.net>
  • To: noreply AT sourceforge.net
  • Subject: [cc-devel] [ cctools-Bugs-2981932 ] Misspelling in ccHost 5.1Submission Pages
  • Date: Sun, 04 Apr 2010 22:30:22 +0000

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




Archive powered by MHonArc 2.6.24.

Top of Page