Browse Source

Removing call to __c()

Jose Lorenzo Rodriguez 11 years ago
parent
commit
8e2dd71706
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tests/test_app/TestApp/Template/Pages/extract.ctp

+ 1 - 3
tests/test_app/TestApp/Template/Pages/extract.ctp

@@ -27,7 +27,5 @@ __('Hot features!'
 	. "\n - Active, Friendly Community:"
 		. ' Join us #cakephp on IRC. We\'d love to help you get started');
 
-// Category
-echo __c('You have a new message (category: LC_TIME).', 5);
-
+// Context
 echo __x('mail', 'letter');