Small change
This commit is contained in:
parent
66ee0c0c50
commit
04ebd7f15a
@ -36,11 +36,6 @@ LUI.MarketingPopup.Base = function(a1, data, a3)
|
|||||||
local state = LUI.DeepCopy(image:getAnimationStateInC("default"))
|
local state = LUI.DeepCopy(image:getAnimationStateInC("default"))
|
||||||
local imagecontainer = LUI.UIStencilText.new(state)
|
local imagecontainer = LUI.UIStencilText.new(state)
|
||||||
local material = RegisterMaterial(data.image)
|
local material = RegisterMaterial(data.image)
|
||||||
|
|
||||||
local helpertext = element:getFirstDescendentById("helper_text_text")
|
|
||||||
if (haslink and helpertext) then
|
|
||||||
helpertext:setText(Engine.Localize("@MENU_OPEN_LINK"))
|
|
||||||
end
|
|
||||||
|
|
||||||
local ratio = Engine.GetMaterialAspectRatio(material)
|
local ratio = Engine.GetMaterialAspectRatio(material)
|
||||||
local width = 525
|
local width = 525
|
||||||
|
@ -118,6 +118,5 @@
|
|||||||
"LUA_MENU_SP_LOCATION_TRAINER": "LUA_MENU_SP_LOCATION_TRAINER",
|
"LUA_MENU_SP_LOCATION_TRAINER": "LUA_MENU_SP_LOCATION_TRAINER",
|
||||||
"LUA_MENU_SP_LOCATION_MUSEUM": "LUA_MENU_SP_LOCATION_MUSEUM",
|
"LUA_MENU_SP_LOCATION_MUSEUM": "LUA_MENU_SP_LOCATION_MUSEUM",
|
||||||
|
|
||||||
"DEPOT_GO_TO_THE_DEPOT": "DEPOT_GO_TO_THE_DEPOT",
|
"DEPOT_GO_TO_THE_DEPOT": "Open link"
|
||||||
"MENU_OPEN_LINK": "Open link"
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user