From 6fbec6be405cb04a0b7b06374990e6dcd4e40458 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 18 Dec 2020 23:07:54 +0000 Subject: [PATCH] New translations settings.php (Bulgarian) --- resources/lang/bg/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/bg/settings.php b/resources/lang/bg/settings.php index 8d569103a..95170db14 100644 --- a/resources/lang/bg/settings.php +++ b/resources/lang/bg/settings.php @@ -68,7 +68,7 @@ return [ 'maint' => 'Maintenance', 'maint_image_cleanup' => 'Cleanup Images', 'maint_image_cleanup_desc' => "Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.", - 'maint_image_cleanup_ignore_revisions' => 'Ignore images in revisions', + 'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions', 'maint_image_cleanup_run' => 'Run Cleanup', 'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?', 'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',