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
1 changed files with 1 additions and 1 deletions

View File

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