From 1ee08cb2fe536e16160e73d3d5c8199466824650 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 22 Apr 2017 18:44:51 +0200 Subject: [PATCH] Fix bad newlines Removed \r from files Change-Id: Ic6b14cf06d2932ddf9d21093985aadd0d699c2f5 --- i18n/en.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index f5bb8f3..542bd0a 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1,12 +1,12 @@ -{ - "@metadata": { - "authors": [ - "Florian Schmidt" - ] - }, - "cookiewarning-info": "Cookies help us deliver our services. By using our services, you agree to our use of cookies.", - "cookiewarning-desc": "Provides a notice at the top of the page about cookies.", - "cookiewarning-moreinfo-label": "More information", - "cookiewarning-more-link": "-", - "cookiewarning-ok-label": "OK" -} +{ + "@metadata": { + "authors": [ + "Florian Schmidt" + ] + }, + "cookiewarning-info": "Cookies help us deliver our services. By using our services, you agree to our use of cookies.", + "cookiewarning-desc": "Provides a notice at the top of the page about cookies.", + "cookiewarning-moreinfo-label": "More information", + "cookiewarning-more-link": "-", + "cookiewarning-ok-label": "OK" +}