From 9c6b01abeba6928bd43dc71ac2f2372f2ea0c49f Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 21 May 2021 15:45:54 +0200 Subject: l10n: Spelling unification Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- core/Command/Upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/Command') diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index 7ad3360c1bc..14d604c5e22 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -208,10 +208,10 @@ class Upgrade extends Command { $output->writeln('Checking for update of app ' . $app . ' in appstore'); }); $updater->listen('\OC\Updater', 'upgradeAppStoreApp', function ($app) use ($output) { - $output->writeln('Update app ' . $app . ' from appstore'); + $output->writeln('Update app ' . $app . ' from App Store'); }); $updater->listen('\OC\Updater', 'checkAppStoreApp', function ($app) use ($output) { - $output->writeln('Checked for update of app "' . $app . '" in appstore '); + $output->writeln('Checked for update of app "' . $app . '" in App Store '); }); $updater->listen('\OC\Updater', 'appSimulateUpdate', function ($app) use ($output) { $output->writeln("Checking whether the database schema for <$app> can be updated (this can take a long time depending on the database size)"); -- cgit v1.2.3