more wording changes

This commit is contained in:
goat 2024-06-15 22:03:17 +02:00
parent 408c8e5d02
commit ef72ebc72c

View file

@ -87,7 +87,7 @@ public class SettingsTabAutoUpdates : SettingsTab
using (ImRaii.PushColor(ImGuiCol.Text, ImGuiColors.DalamudGrey)) using (ImRaii.PushColor(ImGuiCol.Text, ImGuiColors.DalamudGrey))
{ {
ImGuiHelpers.CenteredText(Loc.Localize("DalamudSettingsAutoUpdateOptedInHint2", 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); ImGuiHelpers.ScaledDummy(2);