浏览代码

#765: prevent two persons to edit the same object at the same time. Typo.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3618 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 10 年之前
父节点
当前提交
7c98260e9c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dictionaries/fr.dictionary.itop.ui.php

+ 1 - 1
dictionaries/fr.dictionary.itop.ui.php

@@ -1102,7 +1102,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
 
 	'UI:CurrentObjectIsLockedBy_User' => 'L\'objet est verrouillé car il est en train d\'être modifié par %1$s.',
 	'UI:CurrentObjectIsLockedBy_User_Explanation' => 'L\'objet est en train d\'être modifié par %1$s. Vos modifications ne peuvent pas être acceptées car elles risquent d\'être écrasées.',
-	'UI:CurrentObjectLockExpired' => 'Le verrouillage interdisant les modifications concurrentes à expiré.',
+	'UI:CurrentObjectLockExpired' => 'Le verrouillage interdisant les modifications concurrentes a expiré.',
 	'UI:CurrentObjectLockExpired_Explanation' => 'Le verrouillage interdisant les modifications concurrentes à expiré. Vos modifications ne peuvent pas être acceptées car d\'autres utilisateurs peuvent modifier cet objet.',
 	'UI:ConcurrentLockKilled' => 'Le verrouillage en édition de l\'objet courant a été supprimé.',
 	'UI:Menu:KillConcurrentLock' => 'Supprimer le verrouillage !',