diff options
| author | Xpl0itR <xpl0itr@outlook.com> | 2020-03-31 19:44:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-31 20:44:05 +0200 |
| commit | 45c7424f7c151f72a915b8dbc8d4ddb5b287ea8b (patch) | |
| tree | d3a725c5cfa473a2d75bc8c72f29398eae011f78 | |
| parent | 92b17fc228932b52864a14c5e7220d4a55dfe0b2 (diff) | |
fix tooltip (#1080)
| -rw-r--r-- | Ryujinx/Ui/SwitchSettings.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx/Ui/SwitchSettings.glade b/Ryujinx/Ui/SwitchSettings.glade index 7c934639..f9c8b1c9 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> |
