diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index ba518ee65..7e849b5d4 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -414,6 +414,7 @@ $lang['Image Quality'] = 'Image quality'; $lang['Images manual order was saved'] = "Images manual order saved"; $lang['Impossible automatic correction'] = "Automatic correction impossible"; $lang['Impossible to activate this theme, the parent theme is missing: %s'] = 'This theme could not be activated, as the parent theme is missing: %s'; +$lang['Impossible to deactivate the default theme.'] = 'Impossible to deactivate the default theme.'; $lang['Impossible to deactivate this language, first set another language as default.'] = 'Impossible to deactivate this language, first set another language as default.'; $lang['Impossible to deactivate this language, you need at least one language.'] = 'Impossible to deactivate this language, you need at least one language.'; $lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible to deactivate this theme, you need at least one theme.'; |