From 45c7424f7c151f72a915b8dbc8d4ddb5b287ea8b Mon Sep 17 00:00:00 2001 From: Xpl0itR <xpl0itr@outlook.com> Date: Tue, 31 Mar 2020 19:44:05 +0100 Subject: [PATCH] fix tooltip (#1080) --- Ryujinx/Ui/SwitchSettings.glade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx/Ui/SwitchSettings.glade b/Ryujinx/Ui/SwitchSettings.glade index 7c93463912..f9c8b1c9ee 100644 --- a/Ryujinx/Ui/SwitchSettings.glade +++ b/Ryujinx/Ui/SwitchSettings.glade @@ -1472,7 +1472,7 @@ <object class="GtkLabel"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="tooltip_text" translatable="yes">Graphics Shaders Dump Path</property> + <property name="tooltip_text" translatable="yes">Level of Anisotropic Filtering (set to Auto to use the value requested by the game)</property> <property name="label" translatable="yes">Anisotropic Filtering:</property> </object> <packing> @@ -1486,7 +1486,7 @@ <object class="GtkComboBoxText" id="_anisotropy"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="tooltip_text" translatable="yes">Change System TimeZone</property> + <property name="tooltip_text" translatable="yes">Level of Anisotropic Filtering (set to Auto to use the value requested by the game)</property> <property name="active_id">-1</property> <items> <item id="-1" translatable="yes">Auto</item>