diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-10 01:10:35 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-10 01:10:35 -0400 |
commit | ce2b174c4a083128cd14154d0f6c61e19d5cb229 (patch) | |
tree | 696fb99c6a85e785ca57f1fd4c6bbc0d04efa2b1 /lib | |
parent | 8fe61b0b9266d6b3ca2786c84287d24a3ae1f4ef (diff) |
More _t( to _( and sprintfs in new code
darcs-hash:20080710051035-533db-4a3d824a50545b8a291a81059dcbb97487a13630.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/action.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/action.php b/lib/action.php index b36312e40..d4b6743d0 100644 --- a/lib/action.php +++ b/lib/action.php @@ -81,8 +81,8 @@ class Action { // lawsuit common_element_start('ul', array('id' => 'nav_views')); foreach ($menu as $menuaction => $menudesc) { common_menu_item(common_local_url($menuaction), - _t($menudesc[0]), - _t($menudesc[1]), + _($menudesc[0]), + _($menudesc[1]), $action == $menuaction); } common_element_end('ul'); |