Ubuntu 20.04 packaging.
[dcpomatic.git] / src / wx / try_unmount_dialog.cc
index d25ae8c3e588f690ec4f1fb3a97bbb30d01a58c0..2ca76527da34d0cba01537a4755ad0a328b6bd33 100644 (file)
@@ -27,7 +27,7 @@ TryUnmountDialog::TryUnmountDialog (wxWindow* parent, wxString description)
        : wxDialog (parent, wxID_ANY, _("DCP-o-matic Disk Writer"))
 {
        wxBoxSizer* sizer = new wxBoxSizer (wxVERTICAL);
-       wxStaticText* text = new StaticText (this, wxString::Format(_("The drive %s is mounted.\nIt must be unmounted before DCP-o-matic can write to it.  Do you want to try to unmount it now?"), description));
+       wxStaticText* text = new StaticText (this, wxString::Format(_("The drive %s is mounted.\nIt must be unmounted before DCP-o-matic can write to it.  Should DCP-o-matic try to unmount it now?"), description));
        sizer->Add (text, 1, wxEXPAND | wxALL, DCPOMATIC_DIALOG_BORDER);
 
        wxSizer* buttons = CreateSeparatedButtonSizer (wxOK | wxCANCEL);