summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2007-11-08 19:19:35 +0000
committerxue <>2007-11-08 19:19:35 +0000
commit68d7458c3031dc339344657c0ec1120e43a82f56 (patch)
treecd0b61a8cc60669d458418eccbb96bdf4e23af2e /framework/Exceptions
parent1a3aeb51051088149f35a143d30698319007cec3 (diff)
further AR refactoring.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages/messages.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt
index 11c1961a..dadd299f 100644
--- a/framework/Exceptions/messages/messages.txt
+++ b/framework/Exceptions/messages/messages.txt
@@ -456,5 +456,5 @@ conditional_condition_invalid = TConditional.Condition '{0}' is not a valid PH
db_cachetable_inexistent = TDbCache cannot find DB table '{0}' to store cached data.
ar_data_invalid = {0}.copyFrom() can only take an object or array as parameter.
-ar_read_only = The {0} instance is in a read-only state and cannot be saved.
-ar_invalid_state = The {0} instance is in a state that prevents it from being changed. \ No newline at end of file
+ar_save_invalid = The {0} instance cannot be saved because it is either deleted or in an unknown state.
+ar_delete_invalid = The {0} instance cannot be deleted because it is either a new record or a record already deleted. \ No newline at end of file