From: SourceForge.net <no...@so...> - 2006-12-12 20:10:11
|
mod/elections item #1610664, was opened at 2006-12-07 03:32 Message generated for change (Comment added) made by verdonv You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=903544&aid=1610664&group_id=81360 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: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Kenneth Poulsen (oz1biz) >Assigned to: Verdon Vaillancourt (verdonv) Summary: Mod elections - no translation in specific line Initial Comment: /class/Election.php Line 195: $listTags['ADD_LINK'] = '<a href="index.php?module=elections&Man_OP=new_candidate&election_id=' . $this->_election_id . '">' . $_SESSION['translate']->it("Add Candidate") . '</a>' . CLS_help::show_link('elections', 'add_candidate'); The 'Add Candidate' is not translated somehow no matter what I try...;-) ---------------------------------------------------------------------- >Comment By: Verdon Vaillancourt (verdonv) Date: 2006-12-12 14:10 Message: Logged In: YES user_id=559731 Originator: NO Hmm... might have been an upper/lower case thing. I noticed only 'Add candidate' was in the lang file. I added 'Add Candidate' just in case. Fix in CVS soon. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=903544&aid=1610664&group_id=81360 |