From d110bc158c8fcc26aed93842f650787368f94600 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Fri, 27 Jul 2018 12:10:32 +0200 Subject: [PATCH] Add missing language item for page pip gui See #2545 --- .../package/plugin/PagePackageInstallationPlugin.class.php | 2 +- wcfsetup/install/lang/en.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php index 9169758221..5b12385e2c 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php @@ -430,7 +430,7 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin $dataTab->appendChild($dataContainer); $contentTab = TabFormContainer::create('contentTab') - ->label('TODO Content'); + ->label('wcf.acp.pip.page.content'); $tabContainter->appendChild($contentTab); $contentContainer = FormContainer::create('contentTabContent'); $contentTab->appendChild($contentContainer); diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 1771515198..a1065d9d93 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2032,6 +2032,7 @@ If you have already bought the licenses for the listed apps, th + -- 2.20.1