1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-06-30 15:36:30 +00:00

Prefer en_US, "colour" -> "color"

This commit is contained in:
Marius P 2024-06-16 03:43:20 +03:00
parent a5efe00f0b
commit 22d5283eb7
2 changed files with 3 additions and 3 deletions

View 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 {

View 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: