Changed a few strings to be easier to translate. Should be ready for
[squirrelmail.git] / functions / addressbook.php
index 437d98bbe42d47d7e096acbf856dbe0416bd3fc4..595507cc428b398dc434970942d96903aadd8e32 100644 (file)
 
         // Check that specified backend is writable
         if(!$this->backends[$bnum]->writeable) {
-           $this->error = _("Addressbook $bnum is read-only");
+           $this->error = sprintf(_("Addressbook %s is read-only", $bnum));
            return false;
         }