From: Johan Cwiklinski Date: Sun, 19 Nov 2023 06:42:35 +0000 (+0100) Subject: Drop few duplicated source strings X-Git-Tag: 1.0.0rc3~25 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=18a1cdec337c7d725a72209de0fd2c11ee1d08f8;p=galette.git Drop few duplicated source strings --- diff --git a/galette/lib/Galette/Core/Install.php b/galette/lib/Galette/Core/Install.php index e7dc5a5d5..0af9ae4a4 100644 --- a/galette/lib/Galette/Core/Install.php +++ b/galette/lib/Galette/Core/Install.php @@ -1176,7 +1176,7 @@ define('PREFIX_DB', '" . $this->_db_prefix . "'); $this->getAdminLogin(), $this->getAdminPass() ); - $this->proceedReport(_T("Preferences"), $res); + $this->proceedReport(_T("Settings"), $res); //Install contributions types $res = $ct->installInit(); diff --git a/galette/templates/default/pages/saved_searches_list.html.twig b/galette/templates/default/pages/saved_searches_list.html.twig index be7a260c7..ed35b9ae1 100644 --- a/galette/templates/default/pages/saved_searches_list.html.twig +++ b/galette/templates/default/pages/saved_searches_list.html.twig @@ -54,7 +54,7 @@ class="delete" > - {{ _T("Delete saved search") }} + {{ _T("Remove saved search") }} diff --git a/galette/webroot/installer.php b/galette/webroot/installer.php index ab5d96e2c..c9a4e08e7 100644 --- a/galette/webroot/installer.php +++ b/galette/webroot/installer.php @@ -318,7 +318,7 @@ if (count($error_detected) > 0) {
-
+