From: Aaron Schulz Date: Sun, 10 Jul 2016 14:36:31 +0000 (-0700) Subject: Fix grammar in transaction-duration-limit-exceeded X-Git-Tag: 1.31.0-rc.0~6411^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=6a5ceb9293fd6621cacdcb0f94469635bb0a6e3d;p=lhc%2Fweb%2Fwiklou.git Fix grammar in transaction-duration-limit-exceeded Change-Id: I5e9db36abdb4c498c97640790490508452fdefd3 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 982371b929..6a50064f36 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -319,7 +319,7 @@ "databaseerror-query": "Query: $1", "databaseerror-function": "Function: $1", "databaseerror-error": "Error: $1", - "transaction-duration-limit-exceeded": "To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 {{PLURAL:$2|second|seconds}} limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.", + "transaction-duration-limit-exceeded": "To avoid creating high replication lag, this transaction was aborted because the write duration ($1) exceeded the $2 second limit.\nIf you are changing many items at once, try doing multiple smaller operations instead.", "laggedslavemode": "Warning: Page may not contain recent updates.", "readonly": "Database locked", "enterlockreason": "Enter a reason for the lock, including an estimate of when the lock will be released",