From cc72bd81a055a6e357620cb7718af6fbddb1c8cf Mon Sep 17 00:00:00 2001 From: DanielSeifert Date: Wed, 30 Jul 2014 15:01:21 +0000 Subject: [PATCH] fixed: typing error --- .../translations/de/d3_googleanalytics_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy_this/modules/d3/d3_googleanalytics/translations/de/d3_googleanalytics_lang.php b/copy_this/modules/d3/d3_googleanalytics/translations/de/d3_googleanalytics_lang.php index 126dfda..d2d6294 100644 --- a/copy_this/modules/d3/d3_googleanalytics/translations/de/d3_googleanalytics_lang.php +++ b/copy_this/modules/d3/d3_googleanalytics/translations/de/d3_googleanalytics_lang.php @@ -9,5 +9,5 @@ $aLang = array( //Navigation 'charset' => 'ISO-8859-15', - 'D3_GOOGLEANALYTICS_OPTOUT' => 'Klicken Sie hier um Google Analytics deaktivieren.', + 'D3_GOOGLEANALYTICS_OPTOUT' => 'Klicken Sie hier, um Google Analytics zu deaktivieren.', );