Multiple fixes to English language strings.

This commit is contained in:
Jean-Philippe Fleury
2011-11-29 00:13:28 +01:00
committed by Thomas Keller
parent c9f2575469
commit df1130b4c9
14 changed files with 25 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ class IDF_Form_SourceConf extends Pluf_Form
array('required' => false,
'label' => __('Webhook URL'),
'initial' => $this->conf->getVal('webhook_url', ''),
'help_text' => sprintf(__('Learn more about the <a href="%s">post-commit web hooks</a>.'), $url),
'help_text' => sprintf(__('Learn more about the <a href="%s">post-commit webhooks</a>.'), $url),
'widget_attrs' => array('size' => 35),
));