i18n: add v0.6.0 strings for presets, pop-out input and hint banner

This commit is contained in:
2026-05-03 13:06:26 +02:00
parent 9e1f559644
commit acfe838bc6
6 changed files with 91 additions and 10 deletions
+1 -3
View File
@@ -231,9 +231,7 @@ internal sealed class Appearance : ISettingsTab
using (ImRaii.PushIndent(ImGui.GetStyle().IndentSpacing, false))
{
DrawColourPresetButtons();
// i18n key follows in Task 29 (Phase E); inline for now so the
// build stays green while we ship the colour preset feature.
ImGui.TextDisabled("Tipp: Presets überschreiben deine aktuellen Channel-Farben sofort.");
ImGui.TextDisabled(HellionStrings.Settings_Appearance_Colours_PresetsHint);
ImGui.Spacing();
ImGui.Separator();
ImGui.Spacing();