X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FWidget%2FCalendarExport.php;h=520c32063e4c5a20261c34d865ebbcb857e78ff8;hb=7e28db4523223751e923b407654d3072835eb8c9;hp=3d028ef478ca8f52272586440a44f48fe2940380;hpb=322b7c856ca9ba53bd9c7da50dd5c1e3c9197d56;p=friendica.git diff --git a/src/Content/Widget/CalendarExport.php b/src/Content/Widget/CalendarExport.php index 3d028ef478..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'] ]);