# HG changeset patch # User Chris Cannam # Date 1541085081 0 # Node ID a476c2a015e8e7390b18810461808239b8fb1d6f # Parent f5566f7271fe611ccc426de8c6b995c9a2d69dfc Use a distinguishable text for this state diff -r f5566f7271fe -r a476c2a015e8 view/Pane.cpp --- 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 {