diff --git a/src/common/datavcmn.cpp b/src/common/datavcmn.cpp index 2e6c8287b0..3e1c681785 100644 --- a/src/common/datavcmn.cpp +++ b/src/common/datavcmn.cpp @@ -2776,7 +2776,7 @@ wxAccStatus wxDataViewTreeCtrlAccessible::GetName(int childId, wxString* name) { // Return row number if not textual column found. // Rows are numbered from 1. - *name = _("Row") + wxString::Format(wxS(" %i"), childId); + *name = wxString::Format(_("Row %i"), childId); } else {