diff --git a/css/style.css b/css/style.css
index 726c210..aeea5d3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -423,6 +423,12 @@ button.btn {
margin-right: -1em;
}
+/* about dialog */
+#about-contact-language {
+ font-size: 0.9em;
+ margin: -6px 0 6px 20px;
+}
+
/*
* DataTables
*/
diff --git a/index.html b/index.html
index 4a3545f..2f871e3 100644
--- a/index.html
+++ b/index.html
@@ -249,7 +249,11 @@
information see
brouter.de.
- Contact:
+ Contact:
+
+
+ Preferred language is English, as we have both international contributors and users.
+
-
diff --git a/locales/en.json b/locales/en.json
index 909d3ed..902ff22 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -5,6 +5,7 @@
"bug-reports-front": "web client / frontend.",
"chat": "Chat with users and developers",
"contact": "Contact:",
+ "contact-language": "Preferred language is English, as we have both international contributors and users.",
"data": "Data:",
"data-description": "This is based on OpenStreetMap. It is usually updated daily, see dates of data files.",
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see brouter.de",