feat(i18n): localise the quick-button tooltips
The three quick-button tooltips were hard-coded English while the rest of the UI goes through HellionStrings. All 25 resource files now carry them, machine translated on Flo's go-ahead. Verified: every file still parses as XML, and the base file stays English so a missing language falls back to what was there before.
This commit is contained in:
@@ -413,6 +413,13 @@ internal class HellionStrings
|
||||
|
||||
// Hellion Chat — v1.5.4 header quick-picker + reduce-motion toggle
|
||||
internal static string Settings_QuickPicker_Tooltip => Get(nameof(Settings_QuickPicker_Tooltip));
|
||||
|
||||
internal static string InputBar_InsertSymbol_Tooltip =>
|
||||
Get(nameof(InputBar_InsertSymbol_Tooltip));
|
||||
|
||||
internal static string InputBar_Settings_Tooltip => Get(nameof(InputBar_Settings_Tooltip));
|
||||
|
||||
internal static string InputBar_HideChat_Tooltip => Get(nameof(InputBar_HideChat_Tooltip));
|
||||
internal static string Settings_QuickPicker_Themes_Header => Get(nameof(Settings_QuickPicker_Themes_Header));
|
||||
internal static string Settings_QuickPicker_Tabs_Header => Get(nameof(Settings_QuickPicker_Tabs_Header));
|
||||
internal static string Settings_ThemeAndLayout_ReduceMotion_Name => Get(nameof(Settings_ThemeAndLayout_ReduceMotion_Name));
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Aquest missatge conté símbols exclusius del connector que altres jugadors poden veure com a quadres buits. Prem Retorn de nou per enviar-lo igualment.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Insereix un símbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Configuració</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Amaga el xat (Retorn per recuperar-lo)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Tato zpráva obsahuje symboly pouze pro plugin, které ostatní hráči mohou vidět jako prázdné čtverce. Stiskni Enter znovu pro odeslání.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Vložit symbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Nastavení</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Skrýt chat (Enter jej vrátí)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Denne besked indeholder plugin-kun symboler, som andre spillere muligvis ser som tomme bokse. Tryk Enter igen for at sende alligevel.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Indsæt symbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Indstillinger</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Skjul chat (Enter henter den tilbage)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1140,4 +1140,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Diese Nachricht enthält plugin-exklusive Symbole, die andere Spieler als leere Kästchen sehen könnten. Drücke Enter erneut, um sie trotzdem zu senden.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Symbol einfügen</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Einstellungen</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Chat ausblenden (Enter holt ihn zurück)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Αυτό το μήνυμα περιέχει σύμβολα plugin που άλλοι παίκτες μπορεί να βλέπουν ως κενά κουτιά. Πιέστε Enter ξανά για αποστολή.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Εισαγωγή συμβόλου</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Ρυθμίσεις</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Απόκρυψη συνομιλίας (Enter για επαναφορά)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Este mensaje contiene símbolos exclusivos del plugin que otros jugadores pueden ver como cuadros vacíos. Presiona Intro de nuevo para enviarlo de todas formas.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Insertar símbolo</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Ajustes</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Ocultar el chat (Intro para recuperarlo)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Tämä viesti sisältää plugin-symboleja, jotka muut pelaajat saattavat nähdä tyhjinä ruutuina. Paina Enter uudelleen lähettääksesi joka tapauksessa.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Lisää symboli</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Asetukset</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Piilota chat (Enter palauttaa sen)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Ce message contient des symboles réservés au plugin que d'autres joueurs pourraient voir comme des cases vides. Appuyez à nouveau sur Entrée pour envoyer quand même.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Insérer un symbole</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Paramètres</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Masquer le chat (Entrée pour le rouvrir)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Ez az üzenet plugin-kizárólagos szimbólumokat tartalmaz, amelyeket más játékosok üres négyzetként láthatnak. Nyomd meg ismét az Entert a küldéshez.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Szimbólum beszúrása</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Beállítások</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Csevegés elrejtése (Enter visszahozza)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Questo messaggio contiene simboli esclusivi del plugin che altri giocatori potrebbero vedere come caselle vuote. Premi Invio di nuovo per inviare comunque.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Inserisci simbolo</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Impostazioni</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Nascondi la chat (Invio per riaprirla)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>このメッセージにはプラグイン専用のシンボルが含まれており、他のプレイヤーには空白の箱として表示される可能性があります。Enterを再度押して送信します。</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>記号を挿入</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>設定</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>チャットを非表示(Enterで再表示)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>이 메시지에는 다른 플레이어에게 빈 박스로 보일 수 있는 플러그인 전용 기호가 포함되어 있습니다. Enter를 다시 눌러 전송합니다.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>기호 삽입</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>설정</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>채팅 숨기기 (Enter로 다시 표시)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Denne meldingen inneholder plugin-eksklusive symboler som andre spillere kanskje ser som tomme bokser. Trykk Enter igjen for å sende likevel.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Sett inn symbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Innstillinger</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Skjul chatten (Enter henter den tilbake)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Dit bericht bevat plugin-exclusieve symbolen die andere spelers mogelijk als lege vakjes zien. Druk opnieuw op Enter om toch te verzenden.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Symbool invoegen</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Instellingen</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Chat verbergen (Enter haalt hem terug)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Ta wiadomość zawiera symbole tylko dla wtyczki, które inni gracze mogą widzieć jako puste kwadraty. Naciśnij Enter ponownie, aby wysłać mimo to.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Wstaw symbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Ustawienia</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Ukryj czat (Enter go przywraca)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Esta mensagem contém símbolos exclusivos do plugin que outros jogadores podem ver como caixas vazias. Pressione Enter novamente para enviar mesmo assim.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Inserir símbolo</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Configurações</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Ocultar o chat (Enter para trazer de volta)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Esta mensagem contém símbolos exclusivos do plugin que outros jogadores podem ver como caixas vazias. Pressiona Enter novamente para enviar mesmo assim.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Inserir símbolo</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Definições</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Ocultar o chat (Enter para o repor)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1166,4 +1166,13 @@
|
||||
<data name="Settings_Section_Changelog" xml:space="preserve">
|
||||
<value>Changelog</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Insert symbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Settings</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Hide chat (Enter to bring back)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Acest mesaj conține simboluri exclusiv plugin pe care alți jucători le-ar putea vedea ca casete goale. Apasă Enter din nou pentru a trimite oricum.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Inserează un simbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Setări</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Ascunde chatul (Enter îl readuce)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Это сообщение содержит символы плагина, которые другие игроки могут видеть как пустые квадраты. Нажмите Enter ещё раз, чтобы всё равно отправить.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Вставить символ</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Настройки</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Скрыть чат (Enter вернёт его)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Det här meddelandet innehåller plugin-exklusiva symboler som andra spelare kanske ser som tomma rutor. Tryck Enter igen för att skicka ändå.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Infoga symbol</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Inställningar</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Dölj chatten (Enter tar tillbaka den)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Bu mesaj, diğer oyuncuların boş kutu olarak görebileceği yalnızca plugin semboller içeriyor. Yine de göndermek için Enter'a tekrar basın.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Sembol ekle</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Ayarlar</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Sohbeti gizle (Geri getirmek için Enter)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1145,4 +1145,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>Це повідомлення містить символи плагіна, які інші гр��вці можуть бачити як порожні квадрати. Натисніть Enter ще раз, щоб надіслати все одно.</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>Вставити символ</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>Налаштування</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>Сховати чат (Enter поверне його)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>该消息包含插件专用符号,其他玩家可能看到空白方框。再次按 Enter 键强制发送。</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>插入符号</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>设置</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>隐藏聊天(按 Enter 恢复)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -1146,4 +1146,13 @@
|
||||
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
|
||||
<value>該訊息包含插件專用符號,其他玩家可能看到空白方框。再次按 Enter 鍵強制發送。</value>
|
||||
</data>
|
||||
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
|
||||
<value>插入符號</value>
|
||||
</data>
|
||||
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
|
||||
<value>設定</value>
|
||||
</data>
|
||||
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
|
||||
<value>隱藏聊天(按 Enter 恢復)</value>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
@@ -511,9 +511,9 @@ internal sealed class InputBar
|
||||
|
||||
private void DrawQuickButtons()
|
||||
{
|
||||
// Tooltip text is collected here and drawn after the icon font is popped.
|
||||
// Inside the push it rendered against the FontAwesome atlas, which has no
|
||||
// ASCII glyphs, so every tooltip came out as an empty box.
|
||||
// Collected here and drawn after the icon font is popped. Inside the push
|
||||
// it rendered against the FontAwesome atlas, which has no ASCII glyphs, so
|
||||
// every tooltip came out as an empty box.
|
||||
string? tooltip = null;
|
||||
|
||||
using (_fonts.FontAwesome.Push())
|
||||
@@ -521,7 +521,7 @@ internal sealed class InputBar
|
||||
if (ImGui.Button(FontAwesomeIcon.SmileBeam.ToIconString()))
|
||||
_symbolPicker.OpenPopup();
|
||||
if (ImGui.IsItemHovered())
|
||||
tooltip = "Insert symbol";
|
||||
tooltip = HellionStrings.InputBar_InsertSymbol_Tooltip;
|
||||
|
||||
if (_themeQuickPicker is not null)
|
||||
{
|
||||
@@ -538,7 +538,7 @@ internal sealed class InputBar
|
||||
_onOpenSettings();
|
||||
}
|
||||
if (ImGui.IsItemHovered())
|
||||
tooltip = "Settings";
|
||||
tooltip = HellionStrings.InputBar_Settings_Tooltip;
|
||||
|
||||
// Hides the window (1.5.6 UserHide). One-way — Enter brings it back.
|
||||
// Main window only (pop-outs have their own close); last in the row.
|
||||
@@ -548,7 +548,7 @@ internal sealed class InputBar
|
||||
if (ImGui.Button(FontAwesomeIcon.EyeSlash.ToIconString()))
|
||||
_onHideWindow();
|
||||
if (ImGui.IsItemHovered())
|
||||
tooltip = "Hide chat (Enter to bring back)";
|
||||
tooltip = HellionStrings.InputBar_HideChat_Tooltip;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user