Issue #2288185 by typhonius: Fixed Typos around the codebase for OPML.

8.0.x
webchick 2014-06-26 23:48:18 -07:00
parent 880deb276e
commit 1a993dbb84
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -40,7 +40,7 @@ class DisplayFeedTest extends UITestBase {
* 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);
}