Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3e3f16e8
Commit
3e3f16e8
authored
Apr 11, 2013
by
Alex Pott
Browse files
Issue
#1809590
by ditcheva, franskuipers, droplet: Rename 'Find Content' to 'All Content'.
parent
b4cc0cc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php
View file @
3e3f16e8
...
...
@@ -60,7 +60,7 @@ function setUp() {
$shortcut_set
->
links
[
$menu_link
->
uuid
()]
=
$menu_link
;
$menu_item
=
entity_create
(
'menu_link'
,
array
(
'link_path'
=>
'admin/content'
,
'link_title'
=>
st
(
'
Find
content'
),
'link_title'
=>
st
(
'
All
content'
),
'weight'
=>
-
19
,
));
$menu_item
->
save
();
...
...
core/profiles/standard/standard.install
View file @
3e3f16e8
...
...
@@ -252,7 +252,7 @@ function standard_install() {
$menu_link
=
entity_create
(
'menu_link'
,
array
(
'link_path'
=>
'admin/content'
,
'link_title'
=>
st
(
'
Find
content'
),
'link_title'
=>
st
(
'
All
content'
),
'weight'
=>
-
19
,
));
$menu_link
->
save
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment