X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FWidget%2FCalendarExport.php;h=520c32063e4c5a20261c34d865ebbcb857e78ff8;hb=7e28db4523223751e923b407654d3072835eb8c9;hp=1ea7d1e1809da1bd4a19b7f323ae839c35879e20;hpb=e4553ad156d2846a85503186740a81de88be8a86;p=friendica.git diff --git a/src/Content/Widget/CalendarExport.php b/src/Content/Widget/CalendarExport.php index 1ea7d1e180..520c32063e 100644 --- a/src/Content/Widget/CalendarExport.php +++ b/src/Content/Widget/CalendarExport.php @@ -1,6 +1,6 @@ DI::l10n()->t("Export"), - '$export_ical' => DI::l10n()->t("Export calendar as ical"), - '$export_csv' => DI::l10n()->t("Export calendar as csv"), + '$etitle' => DI::l10n()->t('Export'), + '$export_ical' => DI::l10n()->t('Export calendar as ical'), + '$export_csv' => DI::l10n()->t('Export calendar as csv'), '$user' => $user['nickname'] ]);