diff options
| -rw-r--r-- | src/dolphindetailsview.cpp | 4 | ||||
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index f8379a7da..5c77ff710 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -709,7 +709,7 @@ void DolphinDetailsView::updateElasticBandSelection() } } else { - // This is the only piece of optimisation data that needs to be explicitly + // This is the only piece of optimization data that needs to be explicitly // discarded. m_band.lastSelectionOrigin = QPoint(); m_band.lastSelectionDestination = QPoint(); @@ -762,7 +762,7 @@ void DolphinDetailsView::updateElasticBandSelection() do { QRect currIndexRect = nameColumnRect(currIndex); - // Update some optimisation info as we go. + // Update some optimization info as we go. const int cr = currIndexRect.right(); const int cl = currIndexRect.left(); const int sl = selRect.left(); diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 996c87793..0f99db519 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -197,7 +197,7 @@ private: QPoint origin; QPoint destination; - // Optimisation mechanisms for use with elastic band selection. + // Optimization mechanisms for use with elastic band selection. // Basically, allow "incremental" updates to the selection based // on the last elastic band shape. QPoint lastSelectionOrigin; |
