Problem/Motivation

The reader may be confused by the forms of the words (Region and Regional) used on on /admin/config.
It's OK if you have Regional settings but not OK to have Regional and language.

Proposed resolution

Change to noun forms for both, on /admin/config page

Old: "Regional and language"
New: "Region and language"

Make the same change in the admin menu and in the Help Topics module.

Remaining tasks

  • Update the Help Topics module.

User interface changes

Before Patch
Before patch

After Patch
After Patch

API changes

none

Data model changes

none

Comments

heather’s picture

Status: Active » Needs review

*forehead slap* (needs review)

heather’s picture

Status: Needs review » Needs work

No, this is wrong. I think this needs re-thinking.

In admin/ page, this task is listed in the right column, down at the bottom.

Regional and language
Regional settings, localization and translation.

On admin/config, it seems to 'JUMP' to the top left column. Though these two 2 different pages, they are so similar. Very confusing. The title and description is different...

Region and language

* Regional settings
Settings for how Drupal displays date and time, as well as the system's default time zone.

- To someone who doesn't have other modules installed this makes no sense.

My patch isn't wrong, but it doesn't solve the overlying problem.

Tor Arne Thune’s picture

Version: 7.x-dev » 8.x-dev
Component: system.module » user interface text
Category: bug » task

Either way, I would say this is a task, not a bug.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.6 was released on August 2, 2017 and is the final full bugfix release for the Drupal 8.3.x series. Drupal 8.3.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.4.0 on October 4, 2017. (Drupal 8.4.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.4.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.4 was released on January 3, 2018 and is the final full bugfix release for the Drupal 8.4.x series. Drupal 8.4.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.5.0 on March 7, 2018. (Drupal 8.5.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.5.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

wylbur’s picture

Version: 8.5.x-dev » 8.6.x-dev
Issue summary: View changes
Issue tags: +#Nashville2018
StatusFileSize
new1.07 KB

I was cleaning up outdated issues and came upon this issue today. It's still VALID!

So I rolled a new patch against 8.6.x with the Admin title change to use nouns.

wylbur’s picture

Issue summary: View changes
wylbur’s picture

Status: Needs work » Needs review
runeasgar’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new48.77 KB

Manually testing.

  1. Confirmed /admin/config has a section heading "REGIONAL AND LANGUAGE".
  2. Applying patch: $ curl -l https://www.drupal.org/files/issues/2018-04-13/core-text-change-on-admin-page-title-573132-9.patch | git apply -v
  3. Applied cleanly.
  4. drush cr
  5. Reload /admin/config.
  6. Section heading now shows "REGION AND LANGUAGE". Screenshot attached and shown below.
  7. Also confirmed proper text in breadcrumb trail at /admin/config/regional/settings: Home > Administration > Configuration > Region and language

Moving to RTBC.. I don't think this needs a programmatic test, but I'm also not very familiar with the criteria for that.

benjifisher’s picture

Issue tags: -#Nashville2018 +Nashville2018
gábor hojtsy’s picture

Status: Reviewed & tested by the community » Needs review

Hm, we are not exactly offering the opportunity to set a region anywhere. We are offering settings to configure according to your (geo)cultural environment. Is "region and language" appropriate for that? I see "regional settings" was not even changed in the first item for some reason.

ifrik’s picture

"Region and language" is certainly more correct then "Regional and language" and could be applied without breaking anything.

Grouping country (which defines the default timezone for the site), first day of the week, date formats, and all kind of language and translation issues together however seem to make less sense by now.

To avoid issue creep or hold this up another 9 years, I would go for accepting the patch that just corrects the wording and then try to solve the underlying question of whether the grouping makes sense in a larger context.

eli-on-drupal’s picture

Status: Needs review » Reviewed & tested by the community

I successfully applied the patch and noticed the correct wording. I think it's worth accepting this solution for now.

Version: 8.6.x-dev » 8.7.x-dev

Drupal 8.6.0-alpha1 will be released the week of July 16, 2018, which means new developments and disruptive changes should now be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

catch’s picture

Status: Reviewed & tested by the community » Needs review

This looks like it could use more discussion to me. 'Regional and language settings' would be fine here, but a bit duplicative.

eli-on-drupal’s picture

I agree that "Regional and language settings" sounds just as good as "Region and language settings" because "regional" and "language" are both used as adjectives in this context. However, the text we changed does not have the word "settings" after it. When "regional and language" is by itself, it sounds grammatically incorrect because "regional" is used as an adjective (with nothing to modify) and "language" is used as a noun. It looks better to have the words match parts of speech, therefore we changed "regional" to "region". Do you agree?

Version: 8.7.x-dev » 8.8.x-dev

Drupal 8.7.0-alpha1 will be released the week of March 11, 2019, which means new developments and disruptive changes should now be targeted against the 8.8.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.8.x-dev » 8.9.x-dev

Drupal 8.8.0-alpha1 will be released the week of October 14th, 2019, which means new developments and disruptive changes should now be targeted against the 8.9.x-dev branch. (Any changes to 8.9.x will also be committed to 9.0.x in preparation for Drupal 9’s release, but some changes like significant feature additions will be deferred to 9.1.x.). For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

vikashsoni’s picture

StatusFileSize
new25.27 KB
new27.04 KB

Patch is working fine and applied successfully
After patch Regional text changed to Region
Thanks for the patch for ref sharing screenshot ....

chetanbharambe’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new401.4 KB
new389.77 KB

Verified and tested patch #9.
Patch applied successfully and looks good to me.

Testing Steps:
# Goto: Appearance -> Apply Seven theme
# Goto: /admin/config
# See "Regional and Language" section

Expected Results:
# After applying Patch #9, the User should see "Region and language"

Actual Results:
# Currently user is able to see "Regional and Language"

Please refer attached screenshots for the same.
Looks good to me.
Can be a move to RTBC.

quietone’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs issue summary update

@chetanbharambe, there is not need to add another set of screenshots for the same patch. There are screenshots in the comment previous to yours. Therefor, credit has been removed per How is credit granted for Drupal core issues.

#18 asked for more discussion on the user interface changes. Does this need more?

The Issue summary states there are no user interface changes in this issue and there are. Tagging for an issue summary update.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

rootwork’s picture

Issue tags: +Novice, +Portland2022

Tagging this as Novice solely for the issue summary update.

Task: Read through the comments, paying particular attention to #18, #19, #25, #27. Update the issue summary to reflect:

- the current state of what this issue changes
- the current motivation for making those changes
- screenshots of those changes
- what the next steps are

Note that this issue is (very) old, so pay attention to the more recent comments.

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

sahil rohilla01’s picture

Status: Needs work » Needs review

Verified and tested patch #9.
Patch applied successfully in Drupal 9.5 on Olivero Theme

Before Patch

Only local images are allowed.

After Patch

Only local images are allowed.

Manoj Raj.R’s picture

#9 looks good to me.
Applied patch but not uploading screenshot as #27 is saying so.
After verifying the screenshot of #25 and #31 of Olivero theme looks good for me as in the description is mentioned.

gaurav-mathur’s picture

StatusFileSize
new14.17 KB
new14.75 KB

Patch #9 tested and applied successfully for drupal 9.5.x version.
Screenshots attached for reference.

benjifisher’s picture

Issue summary: View changes

@Manoj Raj.R and @gaurav-mathur:

Thanks for attaching screenshots.

It will make the issue easier to review if you add the screenshots to the issue summary, under the "User interface changes" section.

It will also help if the "Proposed resolution" section is more explicit.

Once we do that, we can remove the "Needs issue summary update" tag added in #27.

Manoj Raj.R’s picture

Issue summary: View changes
StatusFileSize
new11.58 KB
new11.05 KB
Manoj Raj.R’s picture

@benjifisher
As per advised added the screenshots to the issue summary, under the "User interface changes" section.

benjifisher’s picture

@Manoj Raj.R:

Thanks for the updates.

I made the "Proposed resolution" section more explicit by moving some text there from the previous section, along with some other tweaks. I am removing the "Needs issue summary update" tag.

I am removing the "Novice" tag. Although the code change is very simple, the review requested in #18 is not suitable for a novice. Instead, I am adding the "Needs usability review" tag. We can review this issue at an upcoming usability meeting.

benjifisher’s picture

Issue summary: View changes

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

benjifisher’s picture

Issue summary: View changes
Status: Needs review » Needs work
Issue tags: -Needs usability review +Novice

Usability review

We discussed this issue at #3314117: Drupal Usability Meeting 2022-10-14. That issue has a link to a recording of the meeting.

For the record, the attendees at the usability meeting were @AaronMcHale, @benjifisher, @rkoller, and @simohell.

Short answer: yes, we approve the change.

Searching the codebase for the string "regional and lang" (case insensitive), I find several matches in the help_topics module. These should be updated as part of this issue, so I am setting the status back to NW. I think that is a Novice task, so I am adding the tag for that.

During the discussion, we also looked at the main admin > configuration page (/admin/config). We should review the order of sections on this page and consider changing it. Coming from this issue, one suggestion to consider is moving the "Region and Language" section closer to "System", which contains "Basic site settings". This review should be a separate issue. Maybe we already have one for it.

sahil.goyal’s picture

StatusFileSize
new13.45 KB
new13.37 KB

As looked out to the last submitted patch #9 found that working as expected and tested by the community as well, as this issue gets opened by @benjifisher, i have applied changes as there are some string for "regional and lang" for help_topics module as seen in #40, So, applying the patch for the latest version 10.1.x and attaching the reroll file.

sahil.goyal’s picture

Status: Needs work » Needs review

Changing the state, if found some changes need to be done, please revert it back.

bebalachandra’s picture

Status: Needs review » Needs work
StatusFileSize
new139.32 KB
new143.63 KB

After applying #41 there is no change in admin/config page. 'Regional and language' is not changed to 'Region and language'.
Changing status to needs work. Attached screenshot for reference.

sahil rohilla01’s picture

#9 looks good to me.
Patch #9 tested and applied successfully for drupal 10.1.x version.

nod_’s picture

Status: Needs work » Reviewed & tested by the community

Patch #41 works as intended, try clearing your caches after applying it.

Given #40 all occurences of the section title have been replaced in the help text and section title itself has been updated.

#41 is RTBC.

  • catch committed 1af6a2d on 10.1.x
    Issue #573132 by sahil.goyal, wylbur, heather, Manoj Raj.R,...

catch credited AaronMcHale.

catch credited rkoller.

catch credited simohell.

catch’s picture

Status: Reviewed & tested by the community » Fixed

This has had usability feedback since Gabor and I both asked for extra feedback on the wording. I'm still not 100% here but it's an improvementment on what's there currently, and adding 'settings' makes everything longer.

Needs to be 10.1.x only now due to the string changes.

Status: Fixed » Closed (fixed)

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