Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit f4eeb53

Browse files
author
Michael Grauer
committed
ENH: refs #0347. English issues, changed "cannot be undo" to "cannot be undone".
1 parent a13e277 commit f4eeb53

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

core/controllers/BrowseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function uploadedAction()
338338
}
339339
}
340340
$this->view->json['item']['message']['delete'] = $this->t('Delete');
341-
$this->view->json['item']['message']['deleteMessage'] = $this->t('Do you really want to delete this item? It cannot be undo.');
341+
$this->view->json['item']['message']['deleteMessage'] = $this->t('Do you really want to delete this item? It cannot be undone.');
342342
$this->view->json['item']['message']['merge'] = $this->t('Merge Files in one Item');
343343
$this->view->json['item']['message']['mergeName'] = $this->t('Name of the item');
344344
}

core/controllers/CommunityController.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ function manageAction()
207207
$this->view->json['community']['moderatorGroup'] = $moderator_group->toArray();
208208
$this->view->json['community']['memberGroup'] = $group_member->toArray();
209209
$this->view->json['community']['message']['delete'] = $this->t('Delete');
210-
$this->view->json['community']['message']['deleteMessage'] = $this->t('Do you really want to delete this community? It cannot be undo.');
211-
$this->view->json['community']['message']['deleteGroupMessage'] = $this->t('Do you really want to delete this group? It cannot be undo.');
210+
$this->view->json['community']['message']['deleteMessage'] = $this->t('Do you really want to delete this community? It cannot be undone.');
211+
$this->view->json['community']['message']['deleteGroupMessage'] = $this->t('Do you really want to delete this group? It cannot be undone.');
212212
$this->view->json['community']['message']['infoErrorName'] = $this->t('Please, set the name.');
213213
$this->view->json['community']['message']['createGroup'] = $this->t('Create a group');
214214
$this->view->json['community']['message']['editGroup'] = $this->t('Edit a group');
@@ -447,4 +447,4 @@ public function validentryAction()
447447
return;
448448
}
449449
} //end valid entry
450-
}//end class
450+
}//end class

core/controllers/ItemController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ function viewAction()
245245

246246
$this->view->json['item'] = $itemDao->toArray();
247247
$this->view->json['item']['message']['delete'] = $this->t('Delete');
248-
$this->view->json['item']['message']['deleteMessage'] = $this->t('Do you really want to delete this item? It cannot be undo.');
249-
$this->view->json['item']['message']['deleteMetadataMessage'] = $this->t('Do you really want to delete this metadata? It cannot be undo.');
248+
$this->view->json['item']['message']['deleteMessage'] = $this->t('Do you really want to delete this item? It cannot be undone.');
249+
$this->view->json['item']['message']['deleteMetadataMessage'] = $this->t('Do you really want to delete this metadata? It cannot be undone.');
250250
$this->view->json['item']['message']['movecopy'] = $this->t('Copy Item.');
251251
}//end index
252252

core/translation/fr-main.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ Administration;Administration
121121
member;membre
122122
Manage Groups and Members;G�rer les Groupes et les Members
123123
Manage Files;G�rer les fichiers
124-
Do you really want to delete this community? It cannot be undo.; Voulez vous vraiment supprimer cette communit�? Cette action est irr�versible.
125-
Do you really want to delete this item? It cannot be undo.; Voulez vous vraiment supprimer ce document? Cette action est irr�versible.
126-
Do you really want to delete this metadata? It cannot be undo.; Voulez vous vraiment supprimer cette m�tadonn�e? Cette action est irr�versible.
127-
Do you really want to delete this group? It cannot be undo.; Voulez vous vraiment supprimer ce groupe? Cette action est irr�versible.
124+
Do you really want to delete this community? It cannot be undone.; Voulez vous vraiment supprimer cette communit�? Cette action est irr�versible.
125+
Do you really want to delete this item? It cannot be undone.; Voulez vous vraiment supprimer ce document? Cette action est irr�versible.
126+
Do you really want to delete this metadata? It cannot be undone.; Voulez vous vraiment supprimer cette m�tadonn�e? Cette action est irr�versible.
127+
Do you really want to delete this group? It cannot be undone.; Voulez vous vraiment supprimer ce groupe? Cette action est irr�versible.
128128
Join the community;Rejoindre la communaut�
129129
Request to join the community;Demander � �tre membre de la communaut�
130130
Leave the community;Quitter la communaut�

0 commit comments

Comments
 (0)