From 82af2b4b67309d8185f8066318d3da18b5e19594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 9 Feb 2022 17:10:07 +0100 Subject: [PATCH] Change wording from "New graphic" to "New diagram" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/AppInfo/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index c768dcd80..449d0bcc9 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -132,7 +132,7 @@ public function boot(IBootContext $context): void { return; } $templateManager->registerTemplateFileCreator(function () use ($l10n, $ooxml) { - $odpType = new TemplateFileCreator('richdocuments', $l10n->t('New graphic'), '.odg'); + $odpType = new TemplateFileCreator('richdocuments', $l10n->t('New diagram'), '.odg'); $odpType->addMimetype('application/vnd.oasis.opendocument.graphics'); $odpType->addMimetype('application/vnd.oasis.opendocument.graphics-template'); $odpType->setIconClass('icon-filetype-draw');