From 1bfa8d2a9d145e3ec736f111ded127f22a049295 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 19 Jul 2016 20:49:04 +0200 Subject: [PATCH] update name to fit in the app dropdown, for real --- appinfo/app.php | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index d52a1628..32b8b5c2 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -37,7 +37,7 @@ $navigationEntry = function () use ($c) { 'order' => 2, 'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'), 'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'documents.svg'), - 'name' => $c->query('L10N')->t('Collabora Online') + 'name' => $c->query('L10N')->t('Office') ]; }; $c->getServer()->getNavigationManager()->add($navigationEntry); diff --git a/appinfo/info.xml b/appinfo/info.xml index a671bf95..b70e287f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,7 +1,7 @@ richdocuments - Office + Collabora Online Collabora Online allows you to to work with all kinds of office documents directly in your browser. AGPL 1.1.3