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
01b8e7fd
Commit
01b8e7fd
authored
Jan 25, 2005
by
Dries Buytaert
Browse files
- Patch
#16181
by Ankur: fixed typo.
parent
7f4be977
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/page.module
View file @
01b8e7fd
...
...
@@ -21,7 +21,7 @@ function page_help($section) {
case
'admin/modules#description'
:
return
t
(
'Enables the creation of pages that can be added to the navigation system.'
);
case
'node/add#page'
:
return
t
(
'If you want to add a static page, like
an
a contact page or an about page, use a page.'
);
return
t
(
'If you want to add a static page, like a contact page or an about page, use a page.'
);
}
}
...
...
modules/page/page.module
View file @
01b8e7fd
...
...
@@ -21,7 +21,7 @@ function page_help($section) {
case
'admin/modules#description'
:
return
t
(
'Enables the creation of pages that can be added to the navigation system.'
);
case
'node/add#page'
:
return
t
(
'If you want to add a static page, like
an
a contact page or an about page, use a page.'
);
return
t
(
'If you want to add a static page, like a contact page or an about page, use a page.'
);
}
}
...
...
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