From 3f2e99293d4cecda2ddf3f609ae2348454d89e40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Thu, 12 Apr 2018 11:45:26 +0200 Subject: [PATCH] Make language variable consistent to other language variables See #2508 --- wcfsetup/install/files/acp/templates/reactionTypeList.tpl | 2 +- wcfsetup/install/lang/de.xml | 2 +- wcfsetup/install/lang/en.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/acp/templates/reactionTypeList.tpl b/wcfsetup/install/files/acp/templates/reactionTypeList.tpl index e7eb1a828c..b85e94b200 100644 --- a/wcfsetup/install/files/acp/templates/reactionTypeList.tpl +++ b/wcfsetup/install/files/acp/templates/reactionTypeList.tpl @@ -48,7 +48,7 @@ - + {event name='itemButtons'} diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index d7ef6549fd..a0a2979a82 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1738,7 +1738,7 @@ Als Benachrichtigungs-URL in der Konfiguration der sofortigen Zahlungsbestätigu - {$reactionType->getTitle()} wirklich löschen?]]> + {$reactionType->getTitle()} wirklich löschen?]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 8011641425..ab01d3c757 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1678,7 +1678,7 @@ When prompted for the notification URL for the instant payment notifications, pl - {$reactionType->getTitle()}?]]> + {$reactionType->getTitle()}?]]> -- 2.20.1