From abf34451cc920095c8e2d9ef499e32ee581d981b Mon Sep 17 00:00:00 2001 From: Roland Haeder 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 --- 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 0d6a9d73..fcfd484b 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -374,8 +374,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 d457598f..c6c5c077 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -370,8 +370,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