diff --git a/snipmate/drupal7/php.snippets b/snipmate/drupal7/php.snippets
index f10d173..b965cdb 100644
--- a/snipmate/drupal7/php.snippets
+++ b/snipmate/drupal7/php.snippets
@@ -221,5 +221,5 @@ snippet hook_update_N
 ## Everything else
 
 snippet t
-	t('${1:/* Your text */}', array(${1:/* arguments */}), array(${2:/* options */}))
+	t('${1:/* Your text */}', array(${2:/* arguments */}), array(${3:/* options */}))
 
