diff --git a/mod/friendica.php b/mod/friendica.php index 6c6aa8967e..14363ea4dd 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -100,7 +100,7 @@ function friendica_content(App $a) } if (count($visible_addons)) { - $o .= '

' . L10n::t('Installed addons/addons/apps:') . '

' . PHP_EOL; + $o .= '

' . L10n::t('Installed addons/apps:') . '

' . PHP_EOL; $sorted = $visible_addons; $s = ''; sort($sorted); @@ -114,7 +114,7 @@ function friendica_content(App $a) } $o .= '
' . $s . '
' . PHP_EOL; } else { - $o .= '

' . L10n::t('No installed addons/addons/apps') . '

' . PHP_EOL; + $o .= '

' . L10n::t('No installed addons/apps') . '

' . PHP_EOL; } $blocklist = Config::get('system', 'blocklist'); diff --git a/util/strings.php b/util/strings.php index eb6471ec21..f5a79d3c67 100644 --- a/util/strings.php +++ b/util/strings.php @@ -1128,8 +1128,8 @@ $a->strings["running at web location"] = ""; $a->strings["Please visit Friendica.com to learn more about the Friendica project."] = ""; $a->strings["Bug reports and issues: please visit"] = ""; $a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = ""; -$a->strings["Installed addons/addons/apps:"] = ""; -$a->strings["No installed addons/addons/apps"] = ""; +$a->strings["Installed addons/apps:"] = ""; +$a->strings["No installed addons/apps"] = ""; $a->strings["Authorize application connection"] = ""; $a->strings["Return to your app and insert this Securty Code:"] = ""; $a->strings["Please login to continue."] = "";