Alex Monk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/171043

Change subject: Add missing message docs for ooui-dialog-process-continue
......................................................................

Add missing message docs for ooui-dialog-process-continue

Was added in I7c2777c8

Change-Id: I9f496c8c9bc7ba621c9a1b1f30d8f9db65859665
---
M i18n/qqq.json
M src/core.js
2 files changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/43/171043/1

diff --git a/i18n/qqq.json b/i18n/qqq.json
index 43da562..c1b794a 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -30,5 +30,6 @@
        "ooui-dialog-message-reject": "Default label for the reject button of a 
message dialog\n{{Identical|Cancel}}",
        "ooui-dialog-process-error": "Title for process dialog error 
description",
        "ooui-dialog-process-dismiss": "Label for process dialog dismiss error 
button, visible when describing errors\n{{Identical|Dismiss}}",
-       "ooui-dialog-process-retry": "Label for process dialog retry action 
button, visible when describing recoverable errors\n{{Identical|Try again}}"
+       "ooui-dialog-process-retry": "Label for process dialog retry action 
button, visible when describing recoverable errors\n{{Identical|Try again}}",
+       "ooui-dialog-process-continue": "Label for process dialog retry action 
button, visible when describing only warnings\n{{Identical|Continue}}"
 }
diff --git a/src/core.js b/src/core.js
index 839f717..d3a91f9 100644
--- a/src/core.js
+++ b/src/core.js
@@ -109,8 +109,10 @@
                'ooui-dialog-process-error': 'Something went wrong',
                // Label for process dialog dismiss error button, visible when 
describing errors
                'ooui-dialog-process-dismiss': 'Dismiss',
-               // Label for process dialog retry action button, visible when 
describing recoverable errors
-               'ooui-dialog-process-retry': 'Try again'
+               // Label for process dialog retry action button, visible when 
describing only recoverable errors
+               'ooui-dialog-process-retry': 'Try again',
+               // Label for process dialog retry action button, visible when 
describing only warnings
+               'ooui-dialog-process-continue': 'Continue'
        };
 
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/171043
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f496c8c9bc7ba621c9a1b1f30d8f9db65859665
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <kren...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to