diff options
-rw-r--r-- | framework/Exceptions/messages.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 688901c2..b71b733f 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -43,7 +43,7 @@ assetmanager_basepath_invalid = TAssetManager.BasePath '%s' is invalid. Make s assetmanager_basepath_unchangeable = TAssetManager.BasePath cannot be modified after the module is initialized.
assetmanager_baseurl_unchangeable = TAssetManager.BaseUrl cannot be modified after the module is initialized.
-pageservice_page_unknown = Page not found: %s
+pageservice_page_unknown = Page '%s' Not Found
body_contents_not_allowed = %s: body contents are not allowed.
|