Make language variable consistent to other language variables
authorJoshua Rüsweg <josh@bastelstu.be>
Thu, 12 Apr 2018 09:45:26 +0000 (11:45 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Thu, 12 Apr 2018 09:45:26 +0000 (11:45 +0200)
See #2508

wcfsetup/install/files/acp/templates/reactionTypeList.tpl
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index e7eb1a828c361db2681dc97e2cd0766ccc7ca025..b85e94b200854c2539e1444e4938abab62945b74 100644 (file)
@@ -48,7 +48,7 @@
                                                        <span class="statusDisplay sortableButtonContainer">
                                                                <span class="icon icon16 fa-arrows sortableNodeHandle"></span>
                                                                <a href="{link controller='ReactionTypeEdit' id=$reactionType->reactionTypeID}{/link}"><span title="{lang}wcf.global.button.edit{/lang}" class="jsTooltip icon icon16 fa-pencil"></span></a>
-                                                               <span title="{lang}wcf.global.button.delete{/lang}" class="jsDeleteButton pointer jsTooltip icon icon16 fa-times" data-object-id="{@$reactionType->reactionTypeID}" data-confirm-message-html="{lang __encode=true}wcf.acp.reactionType.delete.sure{/lang}"></span>
+                                                               <span title="{lang}wcf.global.button.delete{/lang}" class="jsDeleteButton pointer jsTooltip icon icon16 fa-times" data-object-id="{@$reactionType->reactionTypeID}" data-confirm-message-html="{lang __encode=true}wcf.acp.reactionType.delete.confirmMessage{/lang}"></span>
                                                                
                                                                {event name='itemButtons'}
                                                        </span>
index d7ef6549fd4dd7f50210d218f21c7c75c1c9b3e7..a0a2979a824b0689a868062f59aa7ee1bb3f4c70 100644 (file)
@@ -1738,7 +1738,7 @@ Als Benachrichtigungs-URL in der Konfiguration der sofortigen Zahlungsbestätigu
        </category>
        
        <category name="wcf.acp.reactionType">
-               <item name="wcf.acp.reactionType.delete.sure"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Willst du{else}Wollen Sie{/if} den Reaktions-Typen <span class="confirmationObject">{$reactionType->getTitle()}</span> wirklich löschen?]]></item>
+               <item name="wcf.acp.reactionType.delete.confirmMessage"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Willst du{else}Wollen Sie{/if} den Reaktions-Typen <span class="confirmationObject">{$reactionType->getTitle()}</span> wirklich löschen?]]></item>
        </category>
        
        <category name="wcf.acp.rebuildData">
index 8011641425bb90dd56e212a3781c8c666b83d5f6..ab01d3c757c8f2d59f34b08c8fd9ef05044ba811 100644 (file)
@@ -1678,7 +1678,7 @@ When prompted for the notification URL for the instant payment notifications, pl
        </category>
        
        <category name="wcf.acp.reactionType">
-               <item name="wcf.acp.reactionType.delete.sure"><![CDATA[Do you really want to delete the reaction type <span class="confirmationObject">{$reactionType->getTitle()}</span>?]]></item>
+               <item name="wcf.acp.reactionType.delete.confirmMessage"><![CDATA[Do you really want to delete the reaction type <span class="confirmationObject">{$reactionType->getTitle()}</span>?]]></item>
        </category>
        
        <category name="wcf.acp.rebuildData">