diff --git a/plinth/modules/minetest/__init__.py b/plinth/modules/minetest/__init__.py index b287aa802..20b11b102 100644 --- a/plinth/modules/minetest/__init__.py +++ b/plinth/modules/minetest/__init__.py @@ -29,13 +29,24 @@ _mods = [ ] _description = [ + _('Luanti, formerly Minetest, is a multiplayer infinite-world ' + 'block sandbox game. It allows users to build and explore 3D ' + 'worlds, interact with others, and engage in various activities such ' + 'as crafting, mining, and combat.'), + _('Luanti offers several educational benefits, including:'), + _(''), format_lazy( - _('Luanti, formally known as Minetest, is a multiplayer ' - 'infinite-world block sandbox. This module enables the Luanti ' - 'server to be run on this {box_name}, on the default port (30000). ' - 'To connect to the server, a ' - 'Luanti client ' - 'is needed.'), box_name=_(cfg.box_name)), + _('To getting started, install the ' + 'Luanti client on ' + 'users\' devices and connect to the Luanti server using the ' + '{box_name} IP and default port (30000). For more information, ' + 'please refer to the official ' + 'Minetest documentation or online resources.'), + box_name=_(cfg.box_name)), ] CONFIG_FILE = '/etc/luanti/default.conf'