aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/admin/PluginsController.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur.hoareau@wizacha.com>2020-07-23 17:13:22 +0200
committerArthurHoaro <arthur@hoa.ro>2020-07-23 21:19:21 +0200
commit8e9169cebaf5697344cb373d69fe429e8e0efd5d (patch)
tree0827f60fe70b851ebc8f228c57b0cdde986e3319 /application/front/controller/admin/PluginsController.php
parent3ee8351e438f13ccf36062ce956e0b4a4d5f4a29 (diff)
downloadShaarli-8e9169cebaf5697344cb373d69fe429e8e0efd5d.tar.gz
Shaarli-8e9169cebaf5697344cb373d69fe429e8e0efd5d.tar.zst
Shaarli-8e9169cebaf5697344cb373d69fe429e8e0efd5d.zip
Update French translation
Diffstat (limited to 'application/front/controller/admin/PluginsController.php')
-rw-r--r--application/front/controller/admin/PluginsController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/front/controller/admin/PluginsController.php b/application/front/controller/admin/PluginsController.php
index 44025395..1eb7e635 100644
--- a/application/front/controller/admin/PluginsController.php
+++ b/application/front/controller/admin/PluginsController.php
@@ -75,7 +75,7 @@ class PluginsController extends ShaarliAdminController
75 $this->saveSuccessMessage(t('Setting successfully saved.')); 75 $this->saveSuccessMessage(t('Setting successfully saved.'));
76 } catch (Exception $e) { 76 } catch (Exception $e) {
77 $this->saveErrorMessage( 77 $this->saveErrorMessage(
78 t('ERROR while saving plugin configuration: ') . PHP_EOL . $e->getMessage() 78 t('Error while saving plugin configuration: ') . PHP_EOL . $e->getMessage()
79 ); 79 );
80 } 80 }
81 81