From 3f7be4e9bde6c23de68f9232e6f4165ecadfde30 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 22 Feb 2022 10:37:48 +0100 Subject: [PATCH] updated strings for translation --- mahjong.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mahjong.php b/mahjong.php index 6478d37..1296461 100644 --- a/mahjong.php +++ b/mahjong.php @@ -34,7 +34,7 @@ function mahjong_content(&$a) { EOT; - $o .= '
' . DI::l10n()->t('Game credits: mah - Mahjong Solitaire Game by ffalt (MIT license).', 'https://github.com/ffalt/mah') . '
'; + $o .= '
' . DI::l10n()->t('Game credits: %smah - Mahjong Solitaire Game%s by ffalt (MIT license).', '', 'https://github.com/ffalt/mah', '') . '
'; DI::page()['htmlhead'] .= ''; DI::page()['htmlhead'] .= ''; DI::page()['htmlhead'] .= '';