Add translation key for restoring multiple files

- Related to #1651
This commit is contained in:
Fabrice Mouhartem 2024-10-22 15:27:45 +02:00
parent f255683caf
commit d709c6c2d0
No known key found for this signature in database
GPG Key ID: 90579C24FD123C93

View File

@ -136,6 +136,8 @@ define(req, function(AppConfig, Default, Language) {
}
};
Messages.fm_restoreMultipleDialog = "Are you sure you want to restore {0} files and/or folders to their previous locations?"; // XXX: new translation key
return Messages;
});