Add translation to preference tab title

This commit is contained in:
Alexander Fuhr 2014-11-12 11:10:25 +01:00
parent 33107ff8f2
commit 8f6cac6a9e

View File

@ -27,7 +27,7 @@ class PreferenceController extends BasePreferenceController
return array( return array(
'general' => new Tab( 'general' => new Tab(
array( array(
'title' => 'General settings', 'title' => t('General settings'),
'url' => Url::fromPath('/preference') 'url' => Url::fromPath('/preference')
) )
) )