changeset 603:d4c16eed673d

Minor wording tweak
author Chris Cannam
date Thu, 21 Jun 2018 15:37:36 +0100
parents d767bdf4879b
children 6cdf2afebfd7 8b8eab39bb83
files framework/MainWindowBase.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Wed Jun 20 10:41:59 2018 +0100
+++ b/framework/MainWindowBase.cpp	Thu Jun 21 15:37:36 2018 +0100
@@ -2108,7 +2108,7 @@
             QMessageBox::warning
                 (this,
                  tr("Incomplete session loaded"),
-                 tr("Some of the audio content referred to by the original session file could not be found.\nIf you save this session, it will be saved without any reference to that audio, and information may be lost."),
+                 tr("Some of the audio content referred to by the original session file could not be loaded.\nIf you save this session, it will be saved without any reference to that audio, and information may be lost."),
                  QMessageBox::Ok);
         }