From 4b4e3df6dedd67c75b96cc7abecab9c7666b2646 Mon Sep 17 00:00:00 2001 From: Zi Ree Date: Wed, 10 Dec 2025 18:31:03 +0100 Subject: [PATCH] Add generic error message notifications for file opening, reading and writing, so we all can use the same alerts and give the user better feedback when something fails. --- .../skins/default/xui/en/notifications.xml | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 24c46de31f..662f37c5d6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -14891,4 +14891,89 @@ You have already linked this account to Primfeed. Use the reset button if you wi type="alertmodal"> Primfeed user login successful, but status checks have failed. Please check the Primfeed is working. + + +Expected to find a regular file at: +[FILE_NAME] + + + +Expected to find a regular folder at: +[FILE_NAME] + + + +File exists but is empty: +[FILE_NAME] + +Error message: +[ERROR_MESSAGE] ([ERROR_CODE]) + + + +Could not open file for reading: +[FILE_NAME] + +Error message: +[ERROR_MESSAGE] ([ERROR_CODE]) + + +Could not open file for writing: +[FILE_NAME] + +Error message: +[ERROR_MESSAGE] ([ERROR_CODE]) + + + +Could not read from file: +[FILE_NAME] + +Error message: +[ERROR_MESSAGE] ([ERROR_CODE]) + + + +Could not write to file: +[FILE_NAME] + +Error message: +[ERROR_MESSAGE] ([ERROR_CODE]) + +