Fix copy and paste error on activity descriptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
このコミットが含まれているのは:
Joas Schilling 2017-07-20 09:31:14 +02:00
コミット 0b3266531b
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E166FD8976B3BAC8
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -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>');
}
/**

ファイルの表示

@ -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>');
}
/**