Posted by dakku on
Pedantic corrections to spelling errors..
Beta phase evaluation
| Issue category | Task |
|---|---|
| Unfrozen changes | Unfrozen because it only changes typos in the UI help text. |
Files:
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2.88 KB | dakku | |
| PASSED: [[SimpleTest]]: [PHP 5.4 MySQL] 81,812 pass(es). [ View ] | |||
Comments
Comment #1
dakku commentedComment #2
dakku commentedComment #6
dakku commentedComment #7
dakku commentedComment #8
jhedstrom commented+++ b/core/modules/block/block.module@@ -24,9 +24,9 @@ function block_help($route_name, RouteMatchInterface $route_match) {
- $output .= '<dd>' . t('You can see which region is where in a theme by clicking an the <em>Demonstrate block regions</em> link on the <a href="!blocks">Block layout page</a>. Regions are specific to each theme, so you need to toggle to a different theme first to demonstrate its block regions.', array('!blocks' => \Drupal::url('block.admin_display'))) . '</dd>';
+ $output .= '<dd>' . t('You can see which region is where in a theme by clicking on the <em>Demonstrate block regions</em> link on the <a href="!blocks">Block layout page</a>. Regions are specific to each theme, so you need to toggle to a different theme first to demonstrate its block regions.', array('!blocks' => \Drupal::url('block.admin_display'))) . '</dd>';
I can't for the life of me see what the change/fix here is. The first change fixes an obvious duplication typo.
Comment #9
dakku commentedclicking an the
changed to
clicking on the
:)
Comment #10
jhedstrom commentedThis are both valid typo corrections.
Comment #11
alexpott commentedThis is unfrozen change (strings), and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed c2a7d6c and pushed to 8.0.x. Thanks!