From 525a18458c3d2844cbb28e0c1fc062ef452843d1 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 12 Jan 2018 20:18:04 +0000 Subject: [PATCH] Moved Label For Time To Chose --- Addons/Guis/polls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Addons/Guis/polls.lua b/Addons/Guis/polls.lua index f7174089..fde4b336 100644 --- a/Addons/Guis/polls.lua +++ b/Addons/Guis/polls.lua @@ -189,10 +189,10 @@ Gui.popup.add{ name=uuid, direction='vertical' } + flow.add{type='label',caption={'polls.time-left',poll_time_out}} flow.add{type='label',caption='Question: '..poll.question} flow.add{type='label',name='answer',caption='Your Answer: None'} opption_drop_down:draw(flow) - flow.add{type='label',caption={'polls.time-left',poll_time_out}} end }:add_left{ caption='utility/item_editor_icon',