Fix copy and paste error on activity descriptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-07-20 09:31:14 +02:00
parent 5e468c0bba
commit 0b3266531b
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ class FileDeleted implements ISetting {
* @since 11.0.0
*/
public function getName() {
return $this->l->t('A new file or folder has been <strong>deleted</strong>');
return $this->l->t('A file or folder has been <strong>deleted</strong>');
}
/**

View File

@ -50,7 +50,7 @@ class FileRestored implements ISetting {
* @since 11.0.0
*/
public function getName() {
return $this->l->t('A new file or folder has been <strong>restored</strong>');
return $this->l->t('A file or folder has been <strong>restored</strong>');
}
/**