]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigPhp.php
Shaarli's translation
[github/shaarli/Shaarli.git] / application / config / ConfigPhp.php
index 2633824d3197f209d3048f74949d95b96d128148..2f66e8e00ac18a537db96d77e2bf66e175c87c29 100644 (file)
@@ -118,8 +118,8 @@ class ConfigPhp implements ConfigIO
         ) {
             throw new \IOException(
                 $filepath,
-                'Shaarli could not create the config file.
-                Please make sure Shaarli has the right to write in the folder is it installed in.'
+                t('Shaarli could not create the config file. '.
+                  'Please make sure Shaarli has the right to write in the folder is it installed in.')
             );
         }
     }