diff options
author | ashuk <84274627+ashuk2000@users.noreply.github.com> | 2023-05-06 02:08:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 22:38:57 +0200 |
commit | e5c9838b0bb8e53c9802c8d33d3b46843737f2f2 (patch) | |
tree | 0d959ad1c25b64ab886dcfe9ce8e36437542e94b | |
parent | f8ec878796f194e56cf6a258577ec0f2edd213ef (diff) |
Correct tooltips for add,remove,removeall buttons (#4819)1.1.758
-rw-r--r-- | src/Ryujinx/Ui/Windows/DlcWindow.glade | 6 | ||||
-rw-r--r-- | src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Ryujinx/Ui/Windows/DlcWindow.glade b/src/Ryujinx/Ui/Windows/DlcWindow.glade index cd0d8674..bdb0e647 100644 --- a/src/Ryujinx/Ui/Windows/DlcWindow.glade +++ b/src/Ryujinx/Ui/Windows/DlcWindow.glade @@ -89,7 +89,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="tooltip_text" translatable="yes">Adds an update to this list</property> + <property name="tooltip_text" translatable="yes">Adds a DLC to this list</property> <property name="margin_left">10</property> <signal name="clicked" handler="AddButton_Clicked" swapped="no"/> </object> @@ -105,7 +105,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="tooltip_text" translatable="yes">Removes the selected update</property> + <property name="tooltip_text" translatable="yes">Removes the selected DLC</property> <property name="margin_left">10</property> <signal name="clicked" handler="RemoveButton_Clicked" swapped="no"/> </object> @@ -121,7 +121,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="tooltip_text" translatable="yes">Removes the selected update</property> + <property name="tooltip_text" translatable="yes">Removes all DLCs</property> <property name="margin_left">10</property> <signal name="clicked" handler="RemoveAllButton_Clicked" swapped="no"/> </object> diff --git a/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade b/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade index de557471..cfbac86d 100644 --- a/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade +++ b/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade @@ -133,7 +133,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="tooltip_text" translatable="yes">Removes the selected update</property> + <property name="tooltip_text" translatable="yes">Removes all the updates</property> <property name="margin_left">10</property> <signal name="clicked" handler="RemoveAllButton_Clicked" swapped="no"/> </object> |