From 1a993dbb84ab68765540283cd1b69c2f0e0480ce Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Thu, 26 Jun 2014 23:48:18 -0700 Subject: [PATCH] Issue #2288185 by typhonius: Fixed Typos around the codebase for OPML. --- core/modules/aggregator/aggregator.routing.yml | 2 +- core/modules/views_ui/src/Tests/DisplayFeedTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/aggregator/aggregator.routing.yml b/core/modules/aggregator/aggregator.routing.yml index 4cdd2fe31d06..644bdc0af031 100644 --- a/core/modules/aggregator/aggregator.routing.yml +++ b/core/modules/aggregator/aggregator.routing.yml @@ -35,7 +35,7 @@ aggregator.opml_add: path: '/admin/config/services/aggregator/add/opml' defaults: _form: '\Drupal\aggregator\Form\OpmlFeedAdd' - _title: 'Import OMPL' + _title: 'Import OPML' requirements: _permission: 'administer news feeds' diff --git a/core/modules/views_ui/src/Tests/DisplayFeedTest.php b/core/modules/views_ui/src/Tests/DisplayFeedTest.php index 3f0dc5f3ec4b..a4386099f38f 100644 --- a/core/modules/views_ui/src/Tests/DisplayFeedTest.php +++ b/core/modules/views_ui/src/Tests/DisplayFeedTest.php @@ -40,7 +40,7 @@ public static function getInfo() { * Tests feed display admin UI. */ public function testFeedUI() { - // Test both RSS and OMPL feeds. + // Test both RSS and OPML feeds. foreach (self::$testViews as $view_name) { $this->checkFeedViewUi($view_name); } -- GitLab