From 1b3ea22cf5c60f6a15ea4d261eeac6577b8665d6 Mon Sep 17 00:00:00 2001 From: Paladox none Date: Fri, 10 Nov 2017 19:43:20 +0000 Subject: [PATCH] PolyGerrit: Replace content with slot part 2 This change makes the following replacement: replace it with the slot equivalent. Change-Id: Icc68576a3b44559775103163febd429194802981 --- .../gr-admin-group-list/gr-admin-group-list.html | 4 ++-- .../gr-confirm-delete-item-dialog.html | 4 ++-- .../gr-project-commands/gr-project-commands.html | 4 ++-- .../gr-project-detail-list.html | 4 ++-- .../admin/gr-project-list/gr-project-list.html | 4 ++-- .../gr-change-actions/gr-change-actions.html | 8 ++++---- .../gr-confirm-abandon-dialog.html | 4 ++-- .../gr-confirm-cherrypick-dialog.html | 4 ++-- .../gr-confirm-move-dialog.html | 4 ++-- .../gr-confirm-rebase-dialog.html | 4 ++-- .../gr-confirm-revert-dialog.html | 4 ++-- .../gr-confirm-delete-comment-dialog.html | 4 ++-- .../diff/gr-diff-comment/gr-diff-comment.html | 4 ++-- .../edit/gr-edit-controls/gr-edit-controls.html | 16 ++++++++-------- .../gr-confirm-dialog/gr-confirm-dialog.html | 4 ++-- 15 files changed, 38 insertions(+), 38 deletions(-) diff --git a/polygerrit-ui/app/elements/admin/gr-admin-group-list/gr-admin-group-list.html b/polygerrit-ui/app/elements/admin/gr-admin-group-list/gr-admin-group-list.html index 9fe10bc8fd..2d84179a6c 100644 --- a/polygerrit-ui/app/elements/admin/gr-admin-group-list/gr-admin-group-list.html +++ b/polygerrit-ui/app/elements/admin/gr-admin-group-list/gr-admin-group-list.html @@ -70,10 +70,10 @@ limitations under the License. confirm-label="Create" on-confirm="_handleCreateGroup" on-cancel="_handleCloseCreate"> -
+
Create Group
-
+
-
[[_computeItemName(itemType)]] Deletion
-
+
[[_computeItemName(itemType)]] Deletion
+
diff --git a/polygerrit-ui/app/elements/admin/gr-project-commands/gr-project-commands.html b/polygerrit-ui/app/elements/admin/gr-project-commands/gr-project-commands.html index 883a8025d8..4274749c27 100644 --- a/polygerrit-ui/app/elements/admin/gr-project-commands/gr-project-commands.html +++ b/polygerrit-ui/app/elements/admin/gr-project-commands/gr-project-commands.html @@ -77,10 +77,10 @@ limitations under the License. disabled="[[!_canCreate]]" on-confirm="_handleCreateChange" on-cancel="_handleCloseCreateChange"> -
+
Create Change
-
+
-
+
Create [[_computeItemName(detailType)]]
-
+
-
+
Create Project
-
+
-
+
Delete Change
-
+
Do you really want to delete the change?
@@ -192,10 +192,10 @@ limitations under the License. confirm-label="Delete" on-cancel="_handleConfirmDialogCancel" on-confirm="_handleDeleteEditConfirm"> -
+
Delete Change Edit
-
+
Do you really want to delete the edit?
diff --git a/polygerrit-ui/app/elements/change/gr-confirm-abandon-dialog/gr-confirm-abandon-dialog.html b/polygerrit-ui/app/elements/change/gr-confirm-abandon-dialog/gr-confirm-abandon-dialog.html index d3bf159e80..a18e2a2297 100644 --- a/polygerrit-ui/app/elements/change/gr-confirm-abandon-dialog/gr-confirm-abandon-dialog.html +++ b/polygerrit-ui/app/elements/change/gr-confirm-abandon-dialog/gr-confirm-abandon-dialog.html @@ -55,8 +55,8 @@ limitations under the License. confirm-label="Abandon" on-confirm="_handleConfirmTap" on-cancel="_handleCancelTap"> -
Abandon Change
-
+
Abandon Change
+
-
Cherry Pick Change to Another Branch
-
+
Cherry Pick Change to Another Branch
+
diff --git a/polygerrit-ui/app/elements/change/gr-confirm-move-dialog/gr-confirm-move-dialog.html b/polygerrit-ui/app/elements/change/gr-confirm-move-dialog/gr-confirm-move-dialog.html index ec6bfb4130..2e530d97d1 100644 --- a/polygerrit-ui/app/elements/change/gr-confirm-move-dialog/gr-confirm-move-dialog.html +++ b/polygerrit-ui/app/elements/change/gr-confirm-move-dialog/gr-confirm-move-dialog.html @@ -61,8 +61,8 @@ limitations under the License. confirm-label="Move Change" on-confirm="_handleConfirmTap" on-cancel="_handleCancelTap"> -
Move Change to Another Branch
-
+
Move Change to Another Branch
+

Warning: moving a change will not change its parents.

diff --git a/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html b/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html index 2772594b75..582a03c610 100644 --- a/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html +++ b/polygerrit-ui/app/elements/change/gr-confirm-rebase-dialog/gr-confirm-rebase-dialog.html @@ -52,8 +52,8 @@ limitations under the License. confirm-label="Rebase" on-confirm="_handleConfirmTap" on-cancel="_handleCancelTap"> -
Confirm rebase
-
+
Confirm rebase
+
-
Revert Merged Change
-
+
Revert Merged Change
+
diff --git a/polygerrit-ui/app/elements/diff/gr-confirm-delete-comment-dialog/gr-confirm-delete-comment-dialog.html b/polygerrit-ui/app/elements/diff/gr-confirm-delete-comment-dialog/gr-confirm-delete-comment-dialog.html index 999c883281..8cefabbde5 100644 --- a/polygerrit-ui/app/elements/diff/gr-confirm-delete-comment-dialog/gr-confirm-delete-comment-dialog.html +++ b/polygerrit-ui/app/elements/diff/gr-confirm-delete-comment-dialog/gr-confirm-delete-comment-dialog.html @@ -55,8 +55,8 @@ limitations under the License. confirm-label="Delete" on-confirm="_handleConfirmTap" on-cancel="_handleCancelTap"> -
Delete Comment
-
+
Delete Comment
+
-
+
Discard comment
-
+
Are you sure you want to discard this draft comment?
diff --git a/polygerrit-ui/app/elements/edit/gr-edit-controls/gr-edit-controls.html b/polygerrit-ui/app/elements/edit/gr-edit-controls/gr-edit-controls.html index 9eb4974af6..c769d25ce9 100644 --- a/polygerrit-ui/app/elements/edit/gr-edit-controls/gr-edit-controls.html +++ b/polygerrit-ui/app/elements/edit/gr-edit-controls/gr-edit-controls.html @@ -85,8 +85,8 @@ limitations under the License. confirm-label="Edit" on-confirm="_handleEditConfirm" on-cancel="_handleDialogCancel"> -
Edit a file
-
+
Edit a file
+
-
Delete a file
-
+
Delete a file
+
-
Rename a file
-
+
Rename a file
+
-
Restore this file?
-
+
Restore this file?
+
-
-
+
+