Fix copy and paste error on activity descriptions

Signed-off-by: Joas Schilling <coding@schilljs.com>
Este commit está contenido en:
Joas Schilling 2017-07-20 09:31:14 +02:00
padre 5e468c0bba
commit 0b3266531b
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: E166FD8976B3BAC8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

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

Ver fichero

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