Get rid of a '<' in the description that causes docbook to bail out...

svn path=/trunk/; revision=25980
This commit is contained in:
Luis Ontanon 2008-08-11 07:32:17 +00:00
parent f0fb0817ce
commit fd7fa42438
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ WSLUA_METHOD ProgDlg_update(lua_State* L) { /* Appends text */
if (pr >= 0.0 || pr <= 1.0) {
ops->update_progress(pd->pw, (float) pr, task);
} else {
WSLUA_ERROR(ProgDlg_update,"progress value out of range (0.0 <= pr <= 1.0)");
WSLUA_ERROR(ProgDlg_update,"progress value out of range (must be between 0.0 and 1.0)");
}
return 0;