Skip to content

Commit 4ecb501

Browse files
committed
feat(pat structure)!: Rebuild widgets.po
1 parent 0a5eeec commit 4ecb501

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-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: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ msgstr ""
4949
msgid "select ${preview_path}"
5050
msgstr ""
5151

52+
#: ./src/pat/contentbrowser/src/ContentBrowser.svelte
53+
msgid "Id"
54+
msgstr ""
55+
5256
#: ./src/pat/contentbrowser/src/ContentBrowser.svelte
5357
msgid "Title"
5458
msgstr ""
@@ -253,10 +257,6 @@ msgstr ""
253257
msgid "Set as default page"
254258
msgstr ""
255259

256-
#: ./src/pat/structure/js/actionmenu.js
257-
msgid "Select all contained items"
258-
msgstr ""
259-
260260
#: ./src/pat/structure/js/actions.js
261261
msgid "cutting"
262262
msgstr ""
@@ -357,10 +357,6 @@ msgstr ""
357357
msgid "Sorting the content on the base of the site could affect your navigation order. Are you certain you want to do this?"
358358
msgstr ""
359359

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

0 commit comments

Comments
 (0)