Follow up for 9 in #1935022-21: Add a language selector on views
Problem/Motivation
Name, description, *and* tag and language are under the edit name/description button.
Proposed resolution
Use a label that better indicates what is in that edit form.
Remaining tasks
- Discuss what a better label would be.
- Discuss if this is won't fix.
User interface changes
Change button label.
API changes
No API changes.
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | Screenshot_3_19_13_9_12_AM.png | 6.02 KB | gábor hojtsy |
| #9 | basic.png | 84.9 KB | yesct |
| #6 | views-to-panel-ui.png | 51.67 KB | vijaycs85 |
Comments
Comment #1
yesct commented[copied from original issue]
9. the view
10. edit the name to change the language
that is .. strange. will need to change the button to name/description/language? that's a little long for a button name. it's also the place to change the tag.
Lets change the button to something like: change the overall view information. Hm. I'll think more on that in a bit.
Comment #2
gábor hojtsyNow it at least provides some examples of what it lets you edit. If we change it to some general label, then it would be more accurate, but likely give people less of an idea(?)
Comment #3
gábor hojtsyOn the other hand if we make it "edit view name/description/language/tags" that sounds too specific, long, hard to read due to the slashes, etc.
Comment #4
dawehnerI think changing the human name feels like the most used action in there, so what about "Edit name and additional information" or "Edit name and others".
Comment #5
yesct commented"Edit name and overall information" or "Edit name and general information" ?
This is reminding me of panels. I wonder what panels was using for this type of info group.
Comment #6
vijaycs85@YesCT, I don't see similar situation in current panel pages. But I think we can provide exact panel layout to views to make it more consistent. Sure, this is not the issue for this change. But we can consider for 9.x may be?

Comment #7
gábor hojtsy@vijaycs85: Not related at all to this, yeah.
Comment #8
damiankloip commentedWe could call this 'view metadata' or something instead? That is vague enough and descriptive of what it is too. Just an thought..
Comment #9
yesct commentedI was thinking there was a tab on the side, Basic has name and description and some other things.
Comment #10
gábor hojtsy@damiankloip: I'm not sure obscuring name and description under "metadata" is a good idea, I think that is worse than not including all the elements that are possible to edit and lead with common ones only. My opinion :)
Comment #11
damiankloip commentedYeah, you're probably right :) I was just putting it out there. I'm just not a UI kind of guy...
Comment #12
yesct commentedlets get a patch to experiment with.
first pass: make it say:
edit view name/language/tags/description
---
(Note the field title says: View tag
and it's really View tags
is it worth it's own (novice) issue?
there might be another issue somewhere to make the edit view name... and the other buttons like: view Page
into Capitalized action words. Maybe linked from: #421118: [Meta] Standardize capitalization on actions
Comment #13
gábor hojtsyI don't think we need that many different issues :) These are small tiny things :) Can we fix them here? :)
Comment #14
yesct commentedI'm ok with that. :)
Comment #15
hass commentedYesCT: you must run an outdated dev version... We already fixed the ucfirst bugs in views in #1496418: Views: Don't change capitalization of translatable strings with CSS.
How about "Edit view" or "Edit details"?
Comment #16
gábor hojtsy@hass: I'm running Drupal core as of 19 hours ago (no new commits landed since then). #1496418: Views: Don't change capitalization of translatable strings with CSS seems to be RTBC for over a month now and does not seem to touch these operations:
(All the sub-operations in the dropdowns are also lowercased).
Comment #17
damiankloip commentedSeems like we should rename this issue now, as it's going to clean up some views UI strings generally?
Comment #18
hass commentedDries commited the D8 version on Feb 15 http://drupal.org/node/1496418#comment-7070890 and the strings have been ucfirst in D7. Let's look into the strings again. :-(
Comment #19
gábor hojtsyWell, it is definitely not uppercase on these operations yet. Since this issue proposes the label of the button changes anyway, looks like logical to couple the two in here.
Comment #26
avpadernoComment #31
anybodyRemoving old issue tags. The issue ist still relevant for Drupal 9 / 10.
Perhaps it would make sense to combine the solution with #3267129: Show views original language on edit form and show the language, description and tags below the title in the views edit ui with a link to edit them?
Comment #32
anybody