Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 92f6976

Browse files
Changed wording of error message
1 parent 4e62ebb commit 92f6976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5252,7 +5252,7 @@ on revIDEPropertySet pObjectList, pProperty, pValue, pLockUpdates
52525252
end if
52535253
if pValue contains quote then
52545254
beep
5255-
answer error revIDELocalise("The name of the stack cannot include quotes")
5255+
answer error revIDELocalise("The name of the stack cannot contain quotes")
52565256
set the name of tStack to tOldName
52575257
exit revIDEPropertySet
52585258
end if

0 commit comments

Comments
 (0)