Bugfix.
authorsoranzo <soranzo>
Thu, 26 Aug 2004 14:59:11 +0000 (14:59 +0000)
committersoranzo <soranzo>
Thu, 26 Aug 2004 14:59:11 +0000 (14:59 +0000)
lang/recoded/english.php

index 0c7e6982ac4885c8074935d496b22772351a3325..db827b98e2bb4e1287c6263cfd11c38af57da4f5 100644 (file)
@@ -4,10 +4,9 @@
         * English language file for phpPgAdmin.  Use this as a basis
         * for new translations.
         *
-        * $Id: english.php,v 1.114 2004/08/25 17:23:21 xzilla Exp $
+        * $Id: english.php,v 1.115 2004/08/26 14:59:11 soranzo Exp $
         */
 
-       $lang['strconfvacuumtable'] = 'Are you sure you want to vacuum "%s"?';
        // Language and character set
        $lang['applang'] = 'English';
        $lang['appcharset'] = 'ISO-8859-1';
        $lang['strstructureanddata'] = 'Structure and data';
        $lang['strtabbed'] = 'Tabbed';
        $lang['strauto'] = 'Auto';
+       $lang['strconfvacuumtable'] = 'Are you sure you want to vacuum &quot;%s&quot;?';
 
        // Users
        $lang['struser'] = 'User';