Apparently we've (mostly) standardized in Drupal 7 on the use of the word "Edit" or phrase "Edit settings", rather than Customize.

But there are still a couple of places where Customize appears:

a) Dashboard - admin/dashboard - link says "Customize". Should apparently be "Edit". See also http://drupal.org/node/663906#comment-2436792

b) Shortcut editing - admin/config/system/shortcut/%name - page title is Customize shortcuts. Also, the permissions are called "Customize..."... should that be changed?

c) User email settings all say "Customize the ...". These are on admin/config/people/accounts down at the bottom.

There are some other uses of the word "Customize" in help and messages, but maybe they are OK... I am not sure what the standard is?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon’s picture

Issue tags: +ui-text

forgot the tag

yoroy’s picture

Component: other » user interface text
Issue tags: -ui-text

'Customize' was introduced in the UI with dashboard. We want to use 'Edit [thing(s)]' whenever possible. For consistency and using simple words.

See http://drupal.org/node/663906 comment 16/17

jhodgdon’s picture

Issue tags: +ui-text

Why did you remove the tag? I hope it was a mistake.

yoroy’s picture

was thinking the 'user interface text' component is enough?

or like it says below the Tags textfield: "Do NOT use tags for duplicating the "Assigned" or "Component" fields."

jhodgdon’s picture

Component: user interface text » dashboard.module

The component should have been left at Dashboard, since it's a bug in the Dashboard. The tag is being used actively to find issues by the doc team.

I would only suggest using component user interface text if there is an issue that spans a bunch of modules.

jhodgdon’s picture

Component: dashboard.module » user interface text

Sorry, I forgot this is an issue that spans several modules. Not awake yet this morning...

Bojhan’s picture

Yes, this should be standardized - I font think there is any particular win using Customize over Edit. Customize has a small nuance difference implying editing something existing, but I doubt that will cause any usability problems. Lets standardize this, I wouldn't want contrib to start following this - and suddenly using customize when its often not needed.

jhodgdon’s picture

Bojhan: Just to confirm, are you saying that all of these places should be using "Edit"? If so, that is something definite that can be patched.

Bojhan’s picture

FileSize
4.89 KB

There we go removed, a couple notices of it - not sure it didn't take effect on the strings mentioned. Perhaps its coming from the url?

Indeed using edit, though at the dashboard it would probably be Edit dashboard instead of just Edit.

jhodgdon’s picture

Status: Active » Needs work

If you're going to modify this string in dashboard "This dashboard region is empty, click Edit dashboard to add blocks to it.", please remove the comma splice (it is not correct in English to stick two sentences together with a comma - use period or semicolon). Also, I think Edit dashboard in this sentence needs EM or some other HTML markup.

Also, what about all of those email message customize strings on admin/config/people/accounts down at the bottom?

Bojhan’s picture

Yhea, that should be edited to - I was still somewhat confused why the string on Shortcuts and Dashboard wouldn't actually change

jhodgdon’s picture

#12: You have to go to the Performance config page and clear the cache to see changes in a hook_menu() change like this.

So are you saying that the email message customize strings should say "edit" rather than "customize" too?

andrewmacpherson’s picture

Status: Needs work » Needs review
FileSize
5.41 KB

re-roll of the changes in #10.

the comma-splice concern from #11 is fixed.

andrewmacpherson’s picture

re-roll of patch in #14

there was a 'Customize' UI string in dashboard.js as well...

aspilicious’s picture

I just tried to apply patch, it works and I can't find any customize string (searched for 2 minutes). If this becomes green I'll put this RTBC.
Or is there someone finding more "customize" 's?

jhodgdon’s picture

Status: Needs review » Needs work

There are problem swith this patch -- not introduced in this patch, but still need to be fixed:

1)

-    '#message' => t('To customize the dashboard page, move blocks to the dashboard regions on !block-admin, or enable JavaScript on this page to use the drag-and-drop interface.', array('!block-admin' => l('the block administration page', 'admin/structure/block'))),
+    '#message' => t('To edit the dashboard page, move blocks to the dashboard regions on !block-admin, or enable JavaScript on this page to use the drag-and-drop interface.', array('!block-admin' => l('the block administration page', 'admin/structure/block'))),

There is text here that cannot be translated. Also we are capitalizing names of pages, and the page is called "Blocks".

So this should be:

 '#message' => t('To edit the dashboard page, move blocks to the dashboard regions on the <a href="@blocks">Blocks administration page</a>, or enable JavaScript on this page to use the drag-and-drop interface.', array('!blocks' => url('admin/structure/block'))),

(untested but should work).

2)
"Your are now using the new %set_name shortcut set." -- > should be "You are...".

jhodgdon’s picture

This patch also doesn't take care of item (c) from the original report:

User email settings all say "Customize the ...". These are on admin/config/people/accounts down at the bottom.

jhodgdon’s picture

I'll make a new patch...

jhodgdon’s picture

Status: Needs work » Needs review
FileSize
10.92 KB

Here's a new patch, which also fixes the email editing vertical tabs.

Bojhan’s picture

Status: Needs review » Reviewed & tested by the community

It works

webchick’s picture

Status: Reviewed & tested by the community » Needs review

I agree with all of these except Dashboard. "Edit dashboard" sounds very awkward to me. I would expect that to let me change the regions, etc. like in Panels, but it does not. I think what we are doing there is actually customizing, as opposed to the other instances.

What say you?

andrewmacpherson’s picture

the edit dashboard link could keep the word customize, but should be more than one word.

Customize dashboard display
Choose dashboard blocks
Select dashboard blocks
Enable/disable dashboard blocks

Bojhan’s picture

@webchick I am not sure, I agree that Edit dashboard sounds a bit wierd to the mental model of Panels context. But almost everywhere we use "Edit" to describe editing a certain object - no matter what interaction follows. Perhaps its the location, that makes me sad - rather then the word Customize on its own, but I do not feel that "Customize" on itself is descriptive enough. And Customize dashboard, gets a bit lengthy.

jhodgdon’s picture

How about "Configure dashboard"?

I agree with webchick that "edit dashboard" doesn't make sense to me either. "edit" to me has the connotation of changing text, and that's not what you do when you configure the dashboard.

andrewmacpherson’s picture

+1 for configure dashboard

jhodgdon’s picture

FileSize
10.94 KB

Here's a patch with "Configure dashboard".

Bojhan’s picture

Give the short amount of time, I don't want us to go backwards. Configure causes a completely different mental model, and so does edit. Also configure its mental weight is high, it means configuring heavy things. Lets keep it to customize then, and add "Customize dashboard" to keep it more clear.

jhodgdon’s picture

FileSize
10.94 KB

I'm on board with Bojhan. One more patch.

lisarex’s picture

Email and dashboard changes look good, but I still see on "customize shortcuts"

- in H1 and page title on admin/config/system/shortcut/shortcut-set-1

- in the breadcrumbs on admin/config/system/shortcut/shortcut-set-1/add-link

jhodgdon’s picture

lisarex: When I cleared my cache, those two places say "Edit" not "Customize".

lisarex’s picture

Status: Needs review » Reviewed & tested by the community

verified, woot!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Works for me!

Committed to HEAD.

Status: Fixed » Closed (fixed)
Issue tags: -ui-text

Automatically closed -- issue fixed for 2 weeks with no activity.