From 33120a359cec737d7e1b3ca31beb10f35814a476 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 15 Jun 2024 10:07:25 +0200 Subject: [PATCH] Fix Twitch "goal type" temp var tooltips being cut off early --- data/locale/en-US.ini | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/data/locale/en-US.ini b/data/locale/en-US.ini index d006d2dd..c6ce97a2 100644 --- a/data/locale/en-US.ini +++ b/data/locale/en-US.ini @@ -1440,24 +1440,13 @@ AdvSceneSwitcher.tempVar.twitch.status.prediction.description="The status of the AdvSceneSwitcher.tempVar.twitch.id.goal="Goal ID" AdvSceneSwitcher.tempVar.twitch.type.goal="Goal type" -AdvSceneSwitcher.tempVar.twitch.type.goal.description="The type of goal. Possible values are:\n - follow — The goal is to increase followers.\n - subscription — The goal is to increase subscriptions. This type shows the net increase or decrease in tier points associated with the subscriptions.\n - subscription_count — The goal is to increase subscriptions. This type shows the net increase or decrease in the number of subscriptions.\n - new_subscription — The goal is to increase subscriptions. This type shows only the net increase in tier points associated with the subscriptions (it does not account for users that unsubscribed since the goal started).\n - new_subscription_count — The goal is to increase subscriptions. This type shows only the net increase in the number of subscriptions (it does not account for users that unsubscribed since the goal started)." +AdvSceneSwitcher.tempVar.twitch.type.goal.description="The type of goal. Possible values are:\n follow — The goal is to increase followers.\n subscription — The goal is to increase subscriptions. This type shows the net increase or decrease in tier points associated with the subscriptions.\n subscription_count — The goal is to increase subscriptions. This type shows the net increase or decrease in the number of subscriptions.\n new_subscription — The goal is to increase subscriptions. This type shows only the net increase in tier points associated with the subscriptions (it does not account for users that unsubscribed since the goal started).\n new_subscription_count — The goal is to increase subscriptions. This type shows only the net increase in the number of subscriptions (it does not account for users that unsubscribed since the goal started)." AdvSceneSwitcher.tempVar.twitch.description.goal="Goal description" AdvSceneSwitcher.tempVar.twitch.description.goal.description="A description of the goal, if specified. The description may contain a maximum of 40 characters." AdvSceneSwitcher.tempVar.twitch.is_achieved.goal="Goal is achieved" AdvSceneSwitcher.tempVar.twitch.is_achieved.goal.description="A Boolean value that indicates whether the broadcaster achieved their goal. Is true if the goal was achieved; otherwise, false." AdvSceneSwitcher.tempVar.twitch.current_amount.goal="Goal current amount" -AdvSceneSwitcher.tempVar.twitch.current_amount.goal.description="The goal's current value.\n -The goal's type determines how this value is increased or decreased.\n - If type is follow, this field is set to the broadcaster's current number of followers. This number increases with new followers and decreases when users unfollow the broadcaster.\n - If type is subscription, this field is increased and decreased by the points value associated with the subscription tier. For example, if a tier-two subscription is worth 2 points, this field is increased or decreased by 2, not 1.\n - If type is subscription_count, this field is increased by 1 for each new subscription and decreased by 1 for each user that unsubscribes.\n - If type is new_subscription, this field is increased by the points value associated with the subscription tier. For example, if a tier-two subscription is worth 2 points, this field is increased by 2, not 1.\n - If type is new_subscription_count, this field is increased by 1 for each new subscription." +AdvSceneSwitcher.tempVar.twitch.current_amount.goal.description="The goal's current value.\nThe goal's type determines how this value is increased or decreased.\n If type is follow, this field is set to the broadcaster's current number of followers. This number increases with new followers and decreases when users unfollow the broadcaster.\n If type is subscription, this field is increased and decreased by the points value associated with the subscription tier. For example, if a tier-two subscription is worth 2 points, this field is increased or decreased by 2, not 1.\n If type is subscription_count, this field is increased by 1 for each new subscription and decreased by 1 for each user that unsubscribes.\n If type is new_subscription, this field is increased by the points value associated with the subscription tier. For example, if a tier-two subscription is worth 2 points, this field is increased by 2, not 1.\n If type is new_subscription_count, this field is increased by 1 for each new subscription." AdvSceneSwitcher.tempVar.twitch.target_amount.goal="Goal target amount" AdvSceneSwitcher.tempVar.twitch.target_amount.goal.description="The goal's target value. For example, if the broadcaster has 200 followers before creating the goal, and their goal is to double that number, this field is set to 400." AdvSceneSwitcher.tempVar.twitch.started_at.goal="Goal start time"