From ef72ebc72c943d87470d734ec5379b756cb903ae Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 15 Jun 2024 22:03:17 +0200 Subject: [PATCH] more wording changes --- .../Internal/Windows/Settings/Tabs/SettingsTabAutoUpdate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/Internal/Windows/Settings/Tabs/SettingsTabAutoUpdate.cs b/Dalamud/Interface/Internal/Windows/Settings/Tabs/SettingsTabAutoUpdate.cs index 5ed2c528c..77c79c96d 100644 --- a/Dalamud/Interface/Internal/Windows/Settings/Tabs/SettingsTabAutoUpdate.cs +++ b/Dalamud/Interface/Internal/Windows/Settings/Tabs/SettingsTabAutoUpdate.cs @@ -87,7 +87,7 @@ public class SettingsTabAutoUpdates : SettingsTab using (ImRaii.PushColor(ImGuiCol.Text, ImGuiColors.DalamudGrey)) { ImGuiHelpers.CenteredText(Loc.Localize("DalamudSettingsAutoUpdateOptedInHint2", - "You did not override auto-updates for any plugins yet.")); + "You don't have auto-update rules for any plugins.")); } ImGuiHelpers.ScaledDummy(2);