Crowdin: Gui/qtcolorpicker.cpp refine string

This commit is contained in:
luz.paz
2019-01-26 07:37:48 -05:00
committed by Yorik van Havre
parent 11a1a8f52c
commit 92decdb610

View File

@@ -904,7 +904,7 @@ void ColorPickerPopup::getColorFromDialog()
return;
//QColor col = QColor::fromRgba(rgb);
insertColor(col, tr("Custom"), -1);
insertColor(col, tr("Custom Color"), -1);
lastSel = col;
Q_EMIT selected(col);
}