summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Graphics/Core.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/System.Graphics/Core.hxx')
-rw-r--r--Public/Kits/System.Graphics/Core.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Kits/System.Graphics/Core.hxx b/Public/Kits/System.Graphics/Core.hxx
index 43751891..a453e095 100644
--- a/Public/Kits/System.Graphics/Core.hxx
+++ b/Public/Kits/System.Graphics/Core.hxx
@@ -171,7 +171,7 @@ class GException final {
const char* Reason() { return mReason; }
private:
- const char* mReason{"System.Graphics: User Interface error. Check HError."};
+ const char* mReason{"System.Graphics: Graphics exception. Check HError."};
};
template <typename GFrameType, typename GFrameBase>