From 38c406c5f16883ea92052fb2156c7382ba709ab9 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Tue, 19 Apr 2016 19:33:11 +0200
Subject: [PATCH] only user data is being edited, not the whole account.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 src/java/org/mxchange/localization/bundle_de_DE.properties | 4 ++--
 src/java/org/mxchange/localization/bundle_en_US.properties | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties
index 16744fcd..b997937b 100644
--- a/src/java/org/mxchange/localization/bundle_de_DE.properties
+++ b/src/java/org/mxchange/localization/bundle_de_DE.properties
@@ -435,8 +435,8 @@ ADMIN_SHOW_USER_CITY=Stadt:
 ADMIN_SHOW_USER_EMAIL_ADDRESS=Email-Adresse:
 ADMIN_SHOW_USER_BIRTHDAY=Geburtstag:
 ADMIN_LINKS_HEADER=Administrative Links:
-ADMIN_LINK_EDIT_USER=Benutzeraccount editieren
-ADMIN_LINK_EDIT_USER_TITLE=Editieren der Benutzer- und Kontaktdaten.
+ADMIN_LINK_EDIT_USER=Benutzerdaten editieren
+ADMIN_LINK_EDIT_USER_TITLE=Editieren der Benutzerdaten.
 ADMIN_LINK_UNLOCK_USER=Ent-/Sperren des Benutzeraccounts
 ADMIN_LINK_UNLOCK_USER_TITLE=Sperren und entsperren des Benutzeraccounts.
 ADMIN_LINK_DELETE_USER=Benutzeraccount l\u00f6schen
diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties
index d055e648..be8b9167 100644
--- a/src/java/org/mxchange/localization/bundle_en_US.properties
+++ b/src/java/org/mxchange/localization/bundle_en_US.properties
@@ -409,8 +409,8 @@ ADMIN_SHOW_USER_CITY=City:
 ADMIN_SHOW_USER_EMAIL_ADDRESS=Email address:
 ADMIN_SHOW_USER_BIRTHDAY=Birthday:
 ADMIN_LINKS_HEADER=Administrative links:
-ADMIN_LINK_EDIT_USER=Edit user account
-ADMIN_LINK_EDIT_USER_TITLE=Editing of user and contact data.
+ADMIN_LINK_EDIT_USER=Edit user data
+ADMIN_LINK_EDIT_USER_TITLE=Editing of user data.
 ADMIN_LINK_UNLOCK_USER=Lock/Unlock user account
 ADMIN_LINK_UNLOCK_USER_TITLE=Lock and unlock of user account
 ADMIN_LINK_DELETE_USER=Delete user account
-- 
2.39.5