The branch, master has been updated
       via  e077ad279741d9087d46a97ebf3935c34fbed090 (commit)
      from  e7f9a57a3d890ca293885a47b8b217dc5ef263a0 (commit)


- Log -----------------------------------------------------------------
commit e077ad279741d9087d46a97ebf3935c34fbed090
Author: Michal Čihař <[email protected]>
Date:   Wed Aug 31 10:40:45 2011 +0200

    Fix format string

-----------------------------------------------------------------------

Summary of changes:
 libraries/Config.class.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 49a3e1d..e655d9b 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -724,7 +724,7 @@ class PMA_Config
         if (! is_readable($this->getSource())) {
             $this->source_mtime = 0;
             die(
-                sprintf(__('Existing configuration file (%d) is not 
readable.'),
+                sprintf(__('Existing configuration file (%s) is not 
readable.'),
                     $this->getSource()
                 )
             );


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to