From 2b8a79119d8988a887bef45c3fd3f8530ff2881f Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Sat, 17 May 2014 13:02:08 +1000 Subject: [PATCH] Fix array org --- modules/system/lang/ru/lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/system/lang/ru/lang.php b/modules/system/lang/ru/lang.php index b5c4758db..abc7babb9 100644 --- a/modules/system/lang/ru/lang.php +++ b/modules/system/lang/ru/lang.php @@ -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',