]> git.mxchange.org Git - friendica.git/commitdiff
Fix "accout" typo
authorSpencerDub <SpencerDub@users.noreply.github.com>
Wed, 22 Jan 2020 06:22:45 +0000 (22:22 -0800)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2020 06:22:45 +0000 (22:22 -0800)
src/Module/Settings/UserExport.php

index 19b0312672370f8347c30ee8e00e34b2afd2334a..0b3aa85a4b04101bf2e23f7d9f0ed0577866e337 100644 (file)
@@ -39,7 +39,7 @@ class UserExport extends BaseSettingsModule
                 */
                $options = [
                        ['settings/userexport/account', DI::l10n()->t('Export account'), DI::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.')],
-                       ['settings/userexport/backup', DI::l10n()->t('Export all'), DI::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")],
+                       ['settings/userexport/backup', DI::l10n()->t('Export all'), DI::l10n()->t("Export your account 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")],
                        ['settings/userexport/contact', DI::l10n()->t('Export Contacts to CSV'), DI::l10n()->t("Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon.")],
                ];
                Hook::callAll('uexport_options', $options);