diff --git a/typo3/sysext/frontend/Configuration/TCA/pages_language_overlay.php b/typo3/sysext/frontend/Configuration/TCA/pages_language_overlay.php
index 00c734a7556741875f953f264a219a311faa42fd..d9150ec78bc7949a39309396554ffb834898262b 100644
--- a/typo3/sysext/frontend/Configuration/TCA/pages_language_overlay.php
+++ b/typo3/sysext/frontend/Configuration/TCA/pages_language_overlay.php
@@ -8,6 +8,8 @@ return array(
         'versioning_followPages' => true,
         'origUid' => 't3_origuid',
         'crdate' => 'crdate',
+        'hideAtCopy' => 1,
+        'prependAtCopy' => 'LLL:EXT:lang/locallang_general.xlf:LGL.prependAtCopy',
         'cruser_id' => 'cruser_id',
         'delete' => 'deleted',
         'enablecolumns' => array(
@@ -188,7 +190,8 @@ return array(
                     'suggest' => array(
                         'type' => 'suggest'
                     )
-                )
+                ),
+                'default' => '0'
             )
         ),
         'shortcut_mode' => array(