diff --git a/qrenderdoc/Code/Interface/QRDInterface.h b/qrenderdoc/Code/Interface/QRDInterface.h index 932da65cb..9acc46f48 100644 --- a/qrenderdoc/Code/Interface/QRDInterface.h +++ b/qrenderdoc/Code/Interface/QRDInterface.h @@ -1049,7 +1049,7 @@ QWidget. )"); virtual QWidget *Widget() = 0; - DOCUMENT("Updates the duration column if the selected time unit changes."); + DOCUMENT("Updates duration columns if the selected time unit changes."); virtual void UpdateDurationColumn() = 0; protected: