From 48215169c1570119c7bf1fd4f174d6dd0c4d5fc2 Mon Sep 17 00:00:00 2001 From: grilledham Date: Thu, 14 Jun 2018 23:39:25 +0100 Subject: [PATCH] fixed tooltip --- tag_group.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag_group.lua b/tag_group.lua index 281c0340..2f6673cd 100644 --- a/tag_group.lua +++ b/tag_group.lua @@ -219,7 +219,7 @@ local function draw_main_frame(player) name = notify_checkbox_name, caption = 'Notify me when tag groups change.', state = not no_notify_players[player.index], - tooltip = 'Receive a message when a player enters or leaves a tag group or when a tag group is created, edited or deleted' + tooltip = 'Receive a message when a player enters or leaves a tag group or when a tag group is created, edited or deleted.' } local bottom_flow = main_frame.add {type = 'flow', direction = 'horizontal'}