Properites -> Properties spelling err fix.
[mussa.git] / qui / seqbrowser / seqproperties / PropertiesWindow.cpp
index a47b7101e9aa502b15533303019d8f661d32dca5..54c2fa33dee2acffe890b2c8333be962e8c6100b 100644 (file)
@@ -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();
   }