From: Brandon King Date: Fri, 19 Oct 2007 18:49:36 +0000 (+0000) Subject: Properites -> Properties spelling err fix. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=5368304f53c942cf17ae0f24736b44335c09010a Properites -> Properties spelling err fix. * Reported by Erich Schwarz. --- diff --git a/qui/seqbrowser/seqproperties/PropertiesWindow.cpp b/qui/seqbrowser/seqproperties/PropertiesWindow.cpp index a47b710..54c2fa3 100644 --- a/qui/seqbrowser/seqproperties/PropertiesWindow.cpp +++ b/qui/seqbrowser/seqproperties/PropertiesWindow.cpp @@ -76,7 +76,7 @@ void PropertiesWindow::modelUpdated(const QModelIndex&, int, int ) void PropertiesWindow::updateTitle() { - std::string title("Sequence Properites: "); + std::string title("Sequence Properties: "); if (analysis) { title += analysis->get_title(); }