From b1e79b9253d17ff9ea6d996b4416569c658e9cc8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 21 Apr 2007 21:23:26 +0000 Subject: More meaningful error message svn-id: r26557 --- engines/saga/saga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp index 6094bc4387..264863d043 100644 --- a/engines/saga/saga.cpp +++ b/engines/saga/saga.cpp @@ -156,7 +156,7 @@ int SagaEngine::init() { // Detect game and open resource files if (!initGame()) { - GUIErrorMessage("No valid games were found in the specified directory."); + GUIErrorMessage("Error loading game resources."); return FAILURE; } -- cgit v1.2.3