diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-10 15:53:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-10 18:14:35 +0100 |
commit | f5c8a636a644d4b74450de29f11399f3f69f55a7 (patch) | |
tree | 3c8bb37fbd19f0c1eb25cee710b85669b23a5b5a /connectivity/source/resource | |
parent | 9b92b4239e8d8d9657a0ba22959c7b0a99306870 (diff) |
coverity#706302 Uncaught exception
Change-Id: I082b7682124053948733efc2dbe5df6196acaa5f
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r-- | connectivity/source/resource/conn_shared_res.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src index 1d39e10bdda5..ad5643654833 100644 --- a/connectivity/source/resource/conn_shared_res.src +++ b/connectivity/source/resource/conn_shared_res.src @@ -398,11 +398,17 @@ String STR_SQL_NAME_ERROR { Text [ en-US ] = "The name '$name$' doesn't match SQL naming constraints."; }; + String STR_COULD_NOT_DELETE_FILE { Text [ en-US ] = "The file $filename$ could not be deleted."; }; +String STR_COULD_NOT_RENAME_FILE +{ + Text [ en-US ] = "The file could not be renamed to $filename$."; +}; + String STR_INVALID_COLUMN_TYPE { Text [ en-US ] = "Invalid column type for column '$columnname$'."; |