From 11b5d5fd3a1b2c47b11cbab5f41139bfddcb20a9 Mon Sep 17 00:00:00 2001 From: Maksim Gamarnik Date: Tue, 17 May 2016 01:04:32 +0300 Subject: [PATCH] Dedication @RealBadAngel --- builtin/mainmenu/tab_credits.lua | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/builtin/mainmenu/tab_credits.lua b/builtin/mainmenu/tab_credits.lua index 59e252d5..5b739c8d 100644 --- a/builtin/mainmenu/tab_credits.lua +++ b/builtin/mainmenu/tab_credits.lua @@ -85,17 +85,15 @@ return { "label[0.1,1.0;LGPLv3.0+ and CC-BY-SA 3.0]" .. "tablecolumns[color;text]" .. "tableoptions[background=#00000000;highlight=#00000000;border=false]" .. - "table[0,1.7;11.75,3.45;list_credits;" .. - "#FFFF00," .. fgettext("MultiCraft Developers") .. ",," .. - table.concat(multicraft_developers, ",,") .. ",,," .. - "#FFFF00," .. fgettext("Minetest Developers") .. ",," .. - "table[3.5,-0.25;8.5,5.8;list_credits;" .. - "#FFFF00," .. "Dedication of the current release" .. ",," .. - "The 0.4.14 release is dedicated to the memory of" .. ",," .. + "table[0,1.6;11.75,3.5;list_credits;" .. + "#FFFF00," .. fgettext("Dedication of the current release") .. ",," .. + "This release is dedicated to the memory of" .. ",," .. "Minetest developer Maciej Kasatkin (RealBadAngel)" .. ",," .. "who died on March 24 2016." .. ",," .. "Our thoughts are with his family and friends." .. ",,," .. - "#FFFF00," .. fgettext("Core Developers") .. ",," .. + "#FFFF00," .. fgettext("MultiCraft Developers") .. ",," .. + table.concat(multicraft_developers, ",,") .. ",,," .. + "#FFFF00," .. fgettext("Minetest Developers") .. ",," .. table.concat(core_developers, ",,") .. ",,," .. "#FFFF00," .. fgettext("Active Contributors") .. ",," .. table.concat(active_contributors, ",,") .. ",,," ..