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: Tue, 06 Apr 2010 05:02:39 +0000

Bugs item #2981932, was opened at 2010-04-04 15:30
Message generated for change (Comment added) 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...?

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

Comment By: wikiGong.com Songmaster (wikigong)
Date: 2010-04-05 22:02

Message:
I'm pretty sure 'collaborating artists' is correct. :)

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

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




Archive powered by MHonArc 2.6.24.

Top of Page