Mercurial > hg > svgui
changeset 1369:a476c2a015e8 waverevision
Use a distinguishable text for this state
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2018 15:11:21 +0000 |
parents | f5566f7271fe |
children | 47f35694d603 |
files | view/Pane.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/view/Pane.cpp Wed Oct 31 15:06:32 2018 +0000 +++ b/view/Pane.cpp Thu Nov 01 15:11:21 2018 +0000 @@ -802,7 +802,7 @@ } else { completion = model->getAlignmentCompletion(); if (completion == 0) { - text = tr("Unaligned"); + text = tr("Waiting to Align"); } else if (completion < 100) { text = tr("Aligning: %1%").arg(completion); } else {