diff options
Diffstat (limited to 'doc/html/ntqfile.html')
-rw-r--r-- | doc/html/ntqfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html index 682aee200..1c51e2bba 100644 --- a/doc/html/ntqfile.html +++ b/doc/html/ntqfile.html @@ -219,7 +219,7 @@ would probably then be unrecognizable when seen by other programs. Returns a human-readable description of the reason of an error that occurred on the device. The error described by the string corresponds to changes of <a href="ntqiodevice.html#status">TQIODevice::status</a>(). If the status is reset, the error string is also reset. -<p> The returned strings are not translated with the <a href="ntqobject.html#tr">TQObject::tr</a>() or +<p> The returned strings are not translated with the <a href="tqobject.html#tr">TQObject::tr</a>() or <a href="ntqapplication.html#translate">TQApplication::translate</a>() functions. They are marked as translatable strings in the "TQFile" context. Before you show the string to the user you should translate it first, for example: |