]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/front/controller/admin/PluginsController.php
Update French translation
[github/shaarli/Shaarli.git] / application / front / controller / admin / PluginsController.php
index 44025395e740e314682975fe41e6f91d8a560457..1eb7e6357a346dd7e889c0ba4b89ff0c58994102 100644 (file)
@@ -75,7 +75,7 @@ class PluginsController extends ShaarliAdminController
             $this->saveSuccessMessage(t('Setting successfully saved.'));
         } catch (Exception $e) {
             $this->saveErrorMessage(
-                t('ERROR while saving plugin configuration: ') . PHP_EOL . $e->getMessage()
+                t('Error while saving plugin configuration: ') . PHP_EOL . $e->getMessage()
             );
         }