X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=showmore_dyn%2Fshowmore_dyn.php;h=bf8f5608dc1d80004c35509cdd97660568937f4b;hb=2dbcc42384b85e5253b939f528236f41909b1596;hp=ccb96bc653bbcd92c90a39c5ae1a06211d8c1d4d;hpb=39280ea6bdfff518c572d7c5d2fc3c453fc9b84d;p=friendica-addons.git diff --git a/showmore_dyn/showmore_dyn.php b/showmore_dyn/showmore_dyn.php index ccb96bc6..bf8f5608 100644 --- a/showmore_dyn/showmore_dyn.php +++ b/showmore_dyn/showmore_dyn.php @@ -57,8 +57,8 @@ function showmore_dyn_settings(App &$a, &$o) $t = Renderer::getMarkupTemplate('settings.tpl', 'addon/showmore_dyn/'); $o .= Renderer::replaceMacros($t, [ '$submit' => DI::l10n()->t('Save Settings'), - '$title' => 'Showmore Dynamic', - '$limitHeight' => ['limitHeight', DI::l10n()->t('Limit Height'), $limitHeight, 'The maximal pixel height of posts, 0 to disable', '', '', 'number'], + '$header' => DI::l10n()->t('Show More Dynamic'), + '$limitHeight' => ['limitHeight', DI::l10n()->t('Limit Height'), $limitHeight, DI::l10n()->t('The maximal pixel height of posts before the Show More link is added, 0 to disable'), '', '', 'number'], ]); } @@ -66,7 +66,7 @@ function showmore_dyn_settings(App &$a, &$o) function showmore_dyn_script() { $limitHeight = intval(DI::pConfig()->get(local_user(), 'showmore_dyn', 'limitHeight', 250)); - $showmore_dyn_showmore_linktext = DI::l10n()->t('Show more ...'); + $showmore_dyn_showmore_linktext = DI::l10n()->t('Show more...'); DI::page()['htmlhead'] .= << var postLimitHeight = $limitHeight;