]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Updater.php
Bunch of improvement for thumbnails integration:
[github/shaarli/Shaarli.git] / application / Updater.php
index 2a4c807cbcccda5e77180fa80297fc476e51547b..c2aa1568cdc01534a3e1efd885e494536884342e 100644 (file)
@@ -511,7 +511,7 @@ class Updater
 
         if ($thumbnailsEnabled) {
             $this->session['warnings'][] = t(
-                'You have enabled thumbnails. <a href="?do=thumbs_update">Please synchonize them</a>.'
+                'You have enabled or changed thumbnails mode. <a href="?do=thumbs_update">Please synchronize them</a>.'
             );
         }