From e5c9838b0bb8e53c9802c8d33d3b46843737f2f2 Mon Sep 17 00:00:00 2001
From: ashuk <84274627+ashuk2000@users.noreply.github.com>
Date: Sat, 6 May 2023 02:08:57 +0530
Subject: [PATCH] Correct tooltips for add,remove,removeall buttons (#4819)
---
src/Ryujinx/Ui/Windows/DlcWindow.glade | 6 +++---
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 cd0d86744..bdb0e647a 100644
--- a/src/Ryujinx/Ui/Windows/DlcWindow.glade
+++ b/src/Ryujinx/Ui/Windows/DlcWindow.glade
@@ -89,7 +89,7 @@
True
True
True
- Adds an update to this list
+ Adds a DLC to this list
10
@@ -105,7 +105,7 @@
True
True
True
- Removes the selected update
+ Removes the selected DLC
10
@@ -121,7 +121,7 @@
True
True
True
- Removes the selected update
+ Removes all DLCs
10
diff --git a/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade b/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade
index de557471a..cfbac86dd 100644
--- a/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade
+++ b/src/Ryujinx/Ui/Windows/TitleUpdateWindow.glade
@@ -133,7 +133,7 @@
True
True
True
- Removes the selected update
+ Removes all the updates
10