From 6a5ceb9293fd6621cacdcb0f94469635bb0a6e3d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 10 Jul 2016 07:36:31 -0700 Subject: [PATCH] Fix grammar in transaction-duration-limit-exceeded Change-Id: I5e9db36abdb4c498c97640790490508452fdefd3 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.20.1