From 4e546552ffe7e52284872b5b45ff05d550e71d40 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 5 Apr 2016 12:58:27 +0200 Subject: [PATCH] Better keep languages in own language --- src/java/org/mxchange/localization/bundle_de_DE.properties | 2 +- src/java/org/mxchange/localization/bundle_en_US.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 82d0c371..0cccef11 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -288,4 +288,4 @@ PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Ihre persoenlichen Daten aendern CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Aendern Ihrer Adresse, Telefonnummer usw.: SELECT_LANGUAGE=Sprache: DE_DE=Deutsch (DE) -EN_US=Englisch (US) +EN_US=English (US) diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 3dfe86d6..b5cb4923 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -261,5 +261,5 @@ CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=Enter new email address: PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Change your personal data CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Change your address, phone number or others: SELECT_LANGUAGE=Language: -DE_DE=German (DE) +DE_DE=Deutsch (DE) EN_US=English (US) -- 2.39.2