From 2af146f83ef14e7cefb3ea8a9ffcd1d8a9be8341 Mon Sep 17 00:00:00 2001 From: Waltsh <36197644+Waltsh@users.noreply.github.com> Date: Sun, 1 Jul 2018 20:31:20 +0300 Subject: [PATCH] fixed Clear Chat --- locales/fi.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fi.lua b/locales/fi.lua index bce5ee69..61965f6c 100644 --- a/locales/fi.lua +++ b/locales/fi.lua @@ -69,8 +69,8 @@ Locales['fi'] = { ['weapon'] = 'ase', ['giveweapon'] = 'anna ase', ['disconnect'] = 'poistu serveriltä', - ['chat_clear'] = 'clear the chat', - ['chat_clear_all'] = 'clear the chat for everyone', + ['chat_clear'] = 'tyhjennä chatti', + ['chat_clear_all'] = 'tyhjennä chatti kaikilta', -- Weapons ['weapon_knife'] = 'veitsi', ['weapon_nightstick'] = 'pamppu', @@ -164,4 +164,4 @@ Locales['fi'] = { ['weapon_heavysniper_mk2'] = 'Raskas Tarkkuuskivääri Mk II', ['weapon_pistol_mk2'] = 'Pistooli Mk II', ['weapon_smg_mk2'] = 'Konepistooli Mk II', -} \ No newline at end of file +}