Skip to content

Commit

Permalink
Merge pull request #2046 from nextcloud/backport/2031/stable23
Browse files Browse the repository at this point in the history
[stable23] Change wording from "New graphic" to "New diagram"
  • Loading branch information
juliusknorr authored Feb 14, 2022
2 parents 9ddc001 + 82af2b4 commit 5ac0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5ac0be9

Please sign in to comment.