Fixed issue 205, clean up some gettext strings.

This commit is contained in:
Loic d'Anterroches
2009-05-07 15:23:23 +02:00
parent d216e21858
commit 63cdede854
6 changed files with 6 additions and 6 deletions

View File

@@ -213,7 +213,7 @@ class IDF_Commit extends Pluf_Model
</tr>
<tr class="extra">
<td colspan="2">
<div class="helptext right">'.__('Commit').'&nbsp;<a href="'.$url.'" class="mono">'.$this->scm_id.'</a>, '.__('by').' '.$user.'</div></td></tr>';
<div class="helptext right">'.sprintf(__('Commit&nbsp;%s, by %s'), '<a href="'.$url.'" class="mono">'.$this->scm_id.'</a>', $user).'</div></td></tr>';
return Pluf_Template::markSafe($out);
}