]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Prefer en_US, "colour" -> "color"
authorMarius P <nmariusp1@gmail.com>
Sun, 16 Jun 2024 00:43:20 +0000 (03:43 +0300)
committerMarius P <nmariusp1@gmail.com>
Sun, 16 Jun 2024 00:43:20 +0000 (03:43 +0300)
src/kitemviews/kstandarditemlistwidget.cpp
src/selectionmode/backgroundcolorhelper.h

index 10494ba7e199351399bb421846c8b333f91626d1..d2806082afc7f56ceb4d24d21f6981011a4247ff 100644 (file)
@@ -1513,8 +1513,8 @@ void KStandardItemListWidget::updateAdditionalInfoTextColor()
     if (m_customTextColor.isValid()) {
         c1 = m_customTextColor;
     } else if (isSelected() && hasFocus && (m_layout != DetailsLayout || m_highlightEntireRow)) {
-        // The detail text colour needs to match the main text (HighlightedText) for the same level
-        // of readability. We short circuit early here to avoid interpolating with another colour.
+        // The detail text color needs to match the main text (HighlightedText) for the same level
+        // of readability. We short circuit early here to avoid interpolating with another color.
         m_additionalInfoTextColor = styleOption().palette.color(QPalette::HighlightedText);
         return;
     } else {
index 4f8ce81f57d213af5e0d7beb66dc002497b22639..f274593b8b75d3a007730370056e43c01c5288da 100644 (file)
@@ -47,7 +47,7 @@ private:
      */
     void slotPaletteChanged();
 
-    /** Calculates a new m_colorControlledWidgets based on the current colour scheme of the application. */
+    /** Calculates a new m_colorControlledWidgets based on the current color scheme of the application. */
     void updateBackgroundColor();
 
 private: