From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Sun, 10 Jul 2016 05:02:35 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 interface/web/admin/lib/lang/ja_groups_list.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/admin/lib/lang/ja_groups_list.lng b/interface/web/admin/lib/lang/ja_groups_list.lng
index 8d55e0f..ced6ab2 100644
--- a/interface/web/admin/lib/lang/ja_groups_list.lng
+++ b/interface/web/admin/lib/lang/ja_groups_list.lng
@@ -1,7 +1,7 @@
 <?php
-$wb["list_head_txt"] = 'システムユーザーのグループ';
-$wb["description_txt"] = '説明';
-$wb["name_txt"] = 'グループ';
-$wb["add_new_record_txt"] = '新しいグループを追加する';
+$wb['list_head_txt'] = 'システムユーザーのグループ';
+$wb['description_txt'] = '説明';
+$wb['name_txt'] = 'グループ';
+$wb['add_new_record_txt'] = '新しいグループを追加する';
+$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
 ?>
-

--
Gitblit v1.9.1