@@ -100,7 +100,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
'#tree'=>TRUE,
'#title'=>$this->t('Domain configuration'),
'#open'=>TRUE,
'#description'=>$this->t('The domain names to use for these languages. <strong>Modifying this value may break existing URLs. Use with caution in a production environment.</strong> Example: Specifying "de.example.com" as language domain for German will result in an URL like "http://de.example.com/contact".'),
'#description'=>$this->t('The domain names to use for these languages. <strong>Modifying this value may break existing URLs. Use with caution in a production environment.</strong> Example: Specifying "de.example.com" as language domain for German will result in a URL like "http://de.example.com/contact".'),
@@ -99,7 +99,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$form['path_case']=array(
'#type'=>'select',
'#title'=>$this->t('Case in path'),
'#description'=>$this->t('When printing url paths, how to transform the case of the filter value. Do not use this unless with Postgres as it uses case sensitive comparisons.'),
'#description'=>$this->t('When printing URL paths, how to transform the case of the filter value. Do not use this unless with Postgres as it uses case sensitive comparisons.'),
@@ -1331,7 +1331,7 @@ public function optionsSummary(&$categories, &$options) {
'category'=>'pager',
'title'=>$this->t('Link display'),
'value'=>$link_display,
'desc'=>$this->t('Specify which display or custom url this display will link to.'),
'desc'=>$this->t('Specify which display or custom URL this display will link to.'),
);
}
...
...
@@ -1485,7 +1485,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$form['use_more']=array(
'#type'=>'checkbox',
'#title'=>$this->t('Create more link'),
'#description'=>$this->t("This will add a more link to the bottom of this view, which will link to the page view. If you have more than one page view, the link will point to the display specified in 'Link display' section under pager. You can override the url at the link display setting."),
'#description'=>$this->t("This will add a more link to the bottom of this view, which will link to the page view. If you have more than one page view, the link will point to the display specified in 'Link display' section under pager. You can override the URL at the link display setting."),