Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
225
Merge Requests
225
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
97a739e1
Commit
97a739e1
authored
Feb 08, 2008
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#217508
by keith et al: fixed writing style of output messags.
parent
3e7fe972
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
INSTALL.txt
INSTALL.txt
+1
-1
modules/taxonomy/taxonomy.admin.inc
modules/taxonomy/taxonomy.admin.inc
+2
-2
No files found.
INSTALL.txt
View file @
97a739e1
...
...
@@ -101,7 +101,7 @@ INSTALLATION
4. RUN THE INSTALL SCRIPT
To run the install script point your browser to the base URL of your website
(
i.e.
http://www.example.com).
(
e.g.,
http://www.example.com).
You will be guided through several screens to set up the database,
create tables, add the first user account and provide basic web
...
...
modules/taxonomy/taxonomy.admin.inc
View file @
97a739e1
...
...
@@ -122,7 +122,7 @@ function taxonomy_form_vocabulary(&$form_state, $edit = array()) {
'#title'
=>
t
(
'Vocabulary name'
),
'#default_value'
=>
$edit
[
'name'
],
'#maxlength'
=>
255
,
'#description'
=>
t
(
'The name for this vocabulary
. i.e.
<em>"Tags"</em>.'
),
'#description'
=>
t
(
'The name for this vocabulary
, e.g.,
<em>"Tags"</em>.'
),
'#required'
=>
TRUE
,
);
$form
[
'identification'
][
'description'
]
=
array
(
'#type'
=>
'textarea'
,
...
...
@@ -134,7 +134,7 @@ function taxonomy_form_vocabulary(&$form_state, $edit = array()) {
'#title'
=>
t
(
'Help text'
),
'#maxlength'
=>
255
,
'#default_value'
=>
$edit
[
'help'
],
'#description'
=>
t
(
'Instructions to present to the user when selecting terms
. i.e. <em>"Enter a comma separated list of words".</em>
'
),
'#description'
=>
t
(
'Instructions to present to the user when selecting terms
, e.g., <em>"Enter a comma separated list of words"</em>.
'
),
);
$form
[
'content_types'
]
=
array
(
'#type'
=>
'fieldset'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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