On the modules page (http://example.com/admin/modules), the action link to add new modules to system reads "Install new module" (see attachment).
The word "install" is synonymous to "enable". At least in the Drupal context : hook_install, .install file all relate to the action of enabling a module.
A better wording here might be "Add new module", with add meaning downloading and adding the module to your Drupal. (then installing it). :)
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | drupal-add_new_module-1207354-14.patch | 2.48 KB | pk188 |
| #5 | drupal-add_new_module-1207354-5.patch | 3.37 KB | disasm |
| #5 | interdiff.txt | 2.54 KB | disasm |
| #3 | 1207354-3-add-new-module-theme.patch | 1.02 KB | brianV |
| #1 | add-new-module-1207354-001.patch | 1 KB | karschsp |
Comments
Comment #1
karschsp commentedTo keep things consistent, I updated the text to:
"Add new module"
"Add new theme"
"Add new module or theme"
Patch and screens attached.
Comment #2
karschsp commentedComment #3
brianV commentedRe-rolled against HEAD.
Comment #4
yoroy commentedAll other 'Add x' actions in core (content, user, menu item) simply 'just work'. You go to a page, fill out a form and your item is added. Is it really that simple for modules? Consistency is good, but is the UX similar enough to label this the same as the other 'add' links?
Comment #5
disasm commentedOne more match in help text that needed replaced.
Comment #6
pancho@yoroy:
While I get your point, this is not only about consistency.
We're currently having a major WTF with module (un)install:
While we can't completely clean up this terminology, we should try to improve on the wording of corresponding actions. It seems quite some improvement to settle with:
Comment #7
yoroy commentedGood points Pancho, thanks for explaining. Go ahead!
Comment #13
charles belovComment #14
pk188 commentedNot find all the changes. Re rolled.
Comment #19
jhodgdonThis is really a duplicate of #2577407: Action of uploading module/theme files should consistently be called "Add", not "Install" and probably #976232: "Install" button at admin/*/install should be labeled "Continue" too? Not sure which one(s) we should keep open but probably not all 3. I will comment on the other 2 issues too.
Comment #21
jhodgdonThe other issue has a lot more discussion so I am going to go ahead and close this as a duplicate.