Problem/Motivation
The save button on the Image style form is labeled "Update style". In general, buttons to save changes should be labeled "Save". See https://www.drupal.org/docs/develop/user-interface-standards/interface-text
"Update style" is confusing here because (even though "Update" is used rarely in the UI) update in other cases refers to updating what is visible on the page without actually saving anything.

Proposed resolution
Rename the label of the button from "Update style" to "Save".
Remaining tasks
- Change the label wording
- Update the tests
User interface changes
This is a UI text change, but it's changing it to string that that will already be translated anyway.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 2983648-12.patch | 2.84 KB | andypost |
| #12 | 2983648-interdiff-3.txt | 745 bytes | andypost |
Comments
Comment #2
ifrikChanged the wording and the tests.
Comment #3
ifrikPatch and screenshot
Comment #4
artusamakThis looks good to me!
Comment #5
artusamakLet's be brave and RTBC that. :)
Comment #6
ifrikComment #7
ifrikThe status change wasn't intended.
Comment #8
claudiu.cristeaThis needs usability review.
Comment #9
gábor hojtsyWe've been applying Save as a consistent thing in most places. This would be nice to follow along. Two random examples:
Comment #10
gábor hojtsyComment #12
andypostPatch with method removal
Better to remove this method at all because "Save" is default value in http://cgit.drupalcode.org/drupal/tree/core/lib/Drupal/Core/Entity/Entit...
Comment #13
artusamakTagging as novice issue if ifrik doesn't have time to take care of it.
Comment #14
ifrikThanks,
with regards to php I'm a novice anyway :-)
The patch now applies with the submit button using the default wording "Save".
Comment #15
gábor hojtsyAdjusting credits.
Comment #16
gábor hojtsyCommitted b8c4f6e and pushed to 8.6.x. Thanks!