]> git.mxchange.org Git - friendica-addons.git/commitdiff
Apply suggestions from code review
authorMichael Vogel <icarus@dabo.de>
Sun, 12 Dec 2021 22:08:52 +0000 (23:08 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 22:08:52 +0000 (23:08 +0100)
Co-authored-by: Philipp <admin+Github@philipp.info>
rendertime/rendertime.php

index 9d26697b2a576d38010bfbf9a6bb97c5713c4cdc..f433c3a4ab81dcf68ee235c7bc5ba1dd7aca6cfc 100644 (file)
@@ -28,8 +28,8 @@ function rendertime_addon_admin(&$a, &$o) {
 
        $o = Renderer::replaceMacros($t, [
                '$submit' => DI::l10n()->t('Save Settings'),
-               '$callstack' => ['callstack', DI::l10n()->t('Show callstack'), DI::config()->get('rendertime', 'callstack'), 'Show detailed performance measures in the callstack. When deactivated, only the summary will be displayed.'],
-               '$minimal_time' => ['minimal_time', DI::l10n()->t('Minimal time'), DI::config()->get('rendertime', 'minimal_time'), 'Minimal time that an activity needs to be listed in the callstack.'],
+               '$callstack' => ['callstack', DI::l10n()->t('Show callstack'), DI::config()->get('rendertime', 'callstack'), DI::l10n()->t('Show detailed performance measures in the callstack. When deactivated, only the summary will be displayed.')],
+               '$minimal_time' => ['minimal_time', DI::l10n()->t('Minimal time'), DI::config()->get('rendertime', 'minimal_time'), DI::l10n()->t('Minimal time that an activity needs to be listed in the callstack.')],
        ]);
 }