Fix array org

This commit is contained in:
Sam Georges 2014-05-17 13:02:08 +10:00
parent 7e2015cb31
commit 2b8a79119d
1 changed files with 5 additions and 5 deletions

View File

@ -35,6 +35,11 @@ return [
],
'detach_confirm_' => 'Are you sure you want to detach this project?',
'unbind_success' => 'Project has been detached successfully.',
],
'settings' => [
'menu_label' => 'Settings',
'missing_model' => 'The settings page is missing a Model definition.',
'update_success' => 'Settings for :name have been updated successfully.',
'return' => 'Return to system settings',
],
'email' => [
@ -56,11 +61,6 @@ return [
'sendmail_path' => 'Sendmail Path',
'sendmail_path_comment' => 'Please specify the path of the sendmail program.',
],
'settings' => [
'menu_label' => 'Settings',
'missing_model' => 'The settings page is missing a Model definition.',
'update_success' => 'Settings for :name have been updated successfully.',
],
'install' => [
'project_label' => 'Attach to Project',
'plugin_label' => 'Install Plugin',