diff --git a/modules/guestbook/lang/en.lang.php b/modules/guestbook/lang/en.lang.php index 7ef3f7a3e..092d9127c 100644 --- a/modules/guestbook/lang/en.lang.php +++ b/modules/guestbook/lang/en.lang.php @@ -2,16 +2,15 @@ /** * @file en.lang.php * @author zero (zero@nzeo.com) - * @brief board modules's basic language pack + * @brief Guestbook modules's basic language pack **/ - $lang->board = "board"; + $lang->board = "Guestbook"; - // words used in button - $lang->cmd_board_list = 'Board List'; - $lang->cmd_module_config = 'Common Board Configuration'; - $lang->cmd_view_info = 'Board Info'; - $lang->move_target_module = "Target module for changing position"; + // Words used in button + $lang->cmd_board_list = 'Guestbook List'; + $lang->cmd_module_config = 'Common Guestbook Configuration'; + $lang->cmd_view_info = 'Guestbook Info'; - $lang->about_board = "This module is used for creating and managing boards.\nSelect the module's name from the list after creating one to configurate specifically.\nBe careful with board's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)"; + $lang->about_board = "This module is used for creating and managing guestbooks.\nSelect the module's name from the list after creating one to configurate specifically.\nBe careful with guestbook's module name, since it will be the url. (ex : http://domain/zb/?mid=modulename)"; ?>