mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: fix typo introduced by commit ca9da25d44
This commit is contained in:
parent
ceb49b9130
commit
4620bdb0db
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ backend_err_msg(
|
|||
sprintf(buf, "%s", catgets(c->DT_catd, 1, 883, "Internal Error #3: Invalid data value.\nOperation was cancelled. Calendar"));
|
||||
break;
|
||||
case CSA_E_READONLY:
|
||||
sprintf(buf, "%s", atgets(c->DT_catd, 1, 884, "Internal Error #4: Value specified for a read-only attribute.\nOperation was cancelled. Calendar"));
|
||||
sprintf(buf, "%s", catgets(c->DT_catd, 1, 884, "Internal Error #4: Value specified for a read-only attribute.\nOperation was cancelled. Calendar"));
|
||||
break;
|
||||
case CSA_E_INVALID_ATTRIBUTE_VALUE:
|
||||
sprintf(buf, "%s", catgets(c->DT_catd, 1, 885, "Internal Error #5: Incorrect data type specified for an attribute value.\nOperation was cancelled. Calendar"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue