diff --git a/interface/wx/tokenzr.h b/interface/wx/tokenzr.h index 0f912af74f..d7861593b0 100644 --- a/interface/wx/tokenzr.h +++ b/interface/wx/tokenzr.h @@ -142,7 +142,10 @@ public: size_t GetPosition() const; /** - Returns the part of the starting string without all token already extracted. + Returns the part of the initial string which is yet to be tokenized. + + That is, the substring from the current position up to the end, + possibly empty if there are no more tokens left. */ wxString GetString() const;