From 2c7e51c353b679efb821783b201c92f1ae8771ac Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Thu, 5 Feb 2015 16:24:37 +0000 Subject: [PATCH] Issue #2418481 by tstoeckler: Views more text cannot be translated --- core/modules/views/config/schema/views.data_types.schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/views/config/schema/views.data_types.schema.yml b/core/modules/views/config/schema/views.data_types.schema.yml index 4dce050aaded..a1178a100f9b 100644 --- a/core/modules/views/config/schema/views.data_types.schema.yml +++ b/core/modules/views/config/schema/views.data_types.schema.yml @@ -152,7 +152,7 @@ views_display: type: boolean label: 'Display ''more'' link only if there is more content' use_more_text: - type: boolean + type: label label: 'The text to display for the more link.' exposed_form: type: boolean @@ -223,7 +223,7 @@ views_display: type: boolean label: 'Display ''more'' link only if there is more content' use_more_text: - type: string + type: label label: 'The text to display for the more link.' link_display: type: string -- GitLab