]> git.mxchange.org Git - friendica.git/blobdiff - mod/uexport.php
Fix translation strings for use with util/extract.php
[friendica.git] / mod / uexport.php
index c6f76cfce5200004ac7e6541812e1b43c2e35348..552c91dcce487c5852686a69cd5a96112dcde597 100644 (file)
@@ -42,7 +42,7 @@ function uexport_content(App $a) {
         */
        $options = [
                ['uexport/account', L10n::t('Export account'), L10n::t('Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server.')],
-               ['uexport/backup', L10n::t('Export all'), L10n::t('Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)')],
+               ['uexport/backup', L10n::t('Export all'), L10n::t("Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account \x28photos are not exported\x29")],
        ];
        Addon::callHooks('uexport_options', $options);