summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2011-12-02 01:43:34 +0200
committerLior Kaplan <kaplanlior@gmail.com>2011-12-02 01:43:34 +0200
commit127c6a3dab9c3a3e7f0cbcea2571a3eb96f990c4 (patch)
tree5a249d14681d21c6bc4dde01ca20389d4d1e9cab /dbaccess/source
parent43b9be10843dfd6a73a1a2070701c18f270954a4 (diff)
Typo fix: Maybe -> Maybe
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/relationdesign/relation.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/relationdesign/relation.src b/dbaccess/source/ui/relationdesign/relation.src
index 4420ade06100..7b9a404ed4e1 100644
--- a/dbaccess/source/ui/relationdesign/relation.src
+++ b/dbaccess/source/ui/relationdesign/relation.src
@@ -79,5 +79,5 @@ String STR_QUERY_REL_DELETE_WINDOW
String STR_QUERY_REL_COULD_NOT_CREATE
{
- Text [ en-US ] = "The database could not create the relation. May be foreign keys for this kind of table aren't supported.\nPlease check your documentation of the database.";
+ Text [ en-US ] = "The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\nPlease check your documentation of the database.";
};