aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Ui/Windows/ControllerWindow.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Ui/Windows/ControllerWindow.cs')
-rw-r--r--Ryujinx/Ui/Windows/ControllerWindow.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx/Ui/Windows/ControllerWindow.cs b/Ryujinx/Ui/Windows/ControllerWindow.cs
index 67c02a0b..8654fc6f 100644
--- a/Ryujinx/Ui/Windows/ControllerWindow.cs
+++ b/Ryujinx/Ui/Windows/ControllerWindow.cs
@@ -579,7 +579,7 @@ namespace Ryujinx.Ui.Windows
if (!_inputDevice.ActiveId.StartsWith("disabled"))
{
- GtkDialog.CreateErrorDialog("Some fields entered where invalid and therefore your config was not saved.");
+ GtkDialog.CreateErrorDialog("Invalid data detected in one or more fields; the configuration was not saved.");
}
return null;
@@ -959,4 +959,4 @@ namespace Ryujinx.Ui.Windows
Dispose();
}
}
-} \ No newline at end of file
+}