Skip to content

Commit 14805a5

Browse files
committed
feat(pat structure)!: Rebuild widgets.po
1 parent 3a1182d commit 14805a5

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

src/pat/structure/js/views/selectionbutton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import ButtonView from "../../../../core/ui/views/button";
2-
import _ from "underscore";
32

43
export default ButtonView.extend({
54
collection: null,

src/pat/structure/js/views/selectionwell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default PopoverView.extend({
1010
className: "popover change-selection",
1111

1212

13-
title: _t("Change selection"),
13+
title: _t("Manage selection"),
1414

1515
content: _.template(
1616
'<div class="list-group">' +

widgets.pot

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ msgstr ""
253253
msgid "Set as default page"
254254
msgstr ""
255255

256-
#: ./src/pat/structure/js/actionmenu.js
257-
msgid "Select all contained items"
258-
msgstr ""
259-
260256
#: ./src/pat/structure/js/actions.js
261257
msgid "cutting"
262258
msgstr ""
@@ -357,10 +353,6 @@ msgstr ""
357353
msgid "Sorting the content on the base of the site could affect your navigation order. Are you certain you want to do this?"
358354
msgstr ""
359355

360-
#: ./src/pat/structure/js/views/selectionwell.js
361-
msgid "Change selection"
362-
msgstr ""
363-
364356
#: ./src/pat/structure/js/views/selectionwell.js
365357
msgid "Select all items in the folder"
366358
msgstr ""

0 commit comments

Comments
 (0)