Make cleanup message less confusing for moved files and directories

This commit is contained in:
Kijin Sung 2023-06-22 22:50:53 +09:00
parent f0f414db1c
commit f4516a4391
3 changed files with 3 additions and 3 deletions

View file

@ -432,7 +432,7 @@ $lang->cmd_cleanup_reason = 'Reason to delete';
$lang->cmd_cleanup_reason_deleted = 'Not used anymore';
$lang->cmd_cleanup_reason_deleted_xe = 'This %s was only used in XE';
$lang->cmd_cleanup_reason_deleted_xmllang = 'This is an XML lang file only used in XE';
$lang->cmd_cleanup_reason_moved = 'Moved';
$lang->cmd_cleanup_reason_moved = 'Moved to';
$lang->cmd_cleanup_reason_case = 'Changed case';
$lang->cmd_cleanup_error_reason = 'Reason for failure';
$lang->msg_cleanup_list_empty = 'There is no file to clean up.';