diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 11:36:40 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 11:36:40 +0200 |
commit | b99b0555fdfbaac36213b7c342cc2fb5eca1b583 (patch) | |
tree | ca257a560b16d74220c70f15f67d64d872497745 | |
parent | 11a98ea41f0702defad84a7923e91afa5aa35b72 (diff) |
Update L10n.
-rw-r--r-- | plugins/TabFocus/TabFocusPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabFocus/TabFocusPlugin.php b/plugins/TabFocus/TabFocusPlugin.php index 46e329d8a..dd8a97276 100644 --- a/plugins/TabFocus/TabFocusPlugin.php +++ b/plugins/TabFocus/TabFocusPlugin.php @@ -51,7 +51,7 @@ class TabFocusPlugin extends Plugin 'author' => 'Craig Andrews and Paul Irish', 'homepage' => 'http://status.net/wiki/Plugin:TabFocus', 'rawdescription' => - _m('TabFocus changes the notice form behavior so that, while in the text area, pressing the tab key focuses the "Send" button, matching the behavor of Twitter.')); + _m('TabFocus changes the notice form behavior so that, while in the text area, pressing the tab key focuses the "Send" button, matching the behavior of Twitter.')); return true; } } |