From b90deb07761c366e63464ac8ccd0b8c000da64c7 Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Sat, 7 Jun 2025 14:50:41 +0300 Subject: [PATCH] New translations main.php (Turkish) --- library/language/tr/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/language/tr/main.php b/library/language/tr/main.php index 80e801927..6325952ed 100644 --- a/library/language/tr/main.php +++ b/library/language/tr/main.php @@ -1846,7 +1846,7 @@ $lang['BOLD'] = '(Ctrl+B)kalın metin: [b]text[/b]'; $lang['ITALIC'] = 'İtalik metin: [i]text[/i] (Ctrl+I)'; $lang['UNDERLINE'] = '(Ctrl+U)altı çizili metin: [u]text[/u]'; $lang['STRIKEOUT'] = '(Ctrl+S)üstü çizili metin: [s]text[/s]'; -$lang['BOX_TAG'] = 'Frame around text: [box]text[/box]'; +$lang['BOX_TAG'] = 'Frame around text: [box]text[/box] or [box=#333,#888]text[/box]'; $lang['INDENT_TAG'] = 'Insert indent: [indent]text[/indent]'; $lang['SUPERSCRIPT'] = 'Superscript text: [sup]text[/sup]'; $lang['SUBSCRIPT'] = 'Subscript text: [sub]text[/sub]';