fixes #1574 good message when unlocking the gallery

This commit is contained in:
Matthieu Leproux
2021-11-30 13:55:21 +01:00
parent efd0d06e47
commit f744028fdb
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -1068,6 +1068,7 @@ $lang['Are you sure you want to delete the plugin "%s"?'] = 'Are you sure you wa
$lang['Are you sure you want to restore the plugin "%s"?'] = 'Are you sure you want to restore the plugin "%s"?';
$lang['Are you sure you want to delete all sizes?'] = 'Are you sure you want to delete all sizes?';
$lang['Are you sure you want to lock the gallery?'] = 'Are you sure you want to lock the gallery?';
$lang['Are you sure you want to unlock the gallery?'] = 'Are you sure you want to unlock the gallery?';
$lang['Are you sure you want to delete the language "%s"?'] = 'Are you sure you want to delete the language "%s"?';
$lang['Are you sure you want to delete the theme "%s"?'] = 'Are you sure you want to delete the theme "%s"?';
$lang['Are you sure you want to update all extensions?'] = 'Are you sure you want to update all extensions?';