Update OptionsGeneral.cpp

This commit is contained in:
DavidXanatos 2021-11-13 13:26:14 +01:00
parent 05b98042e2
commit 1cc680f4a4
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ void COptionsWindow::OnGeneralChanged()
void COptionsWindow::OnPickColor()
{
QColor color = QColorDialog::getColor(m_BorderColor, this, "Select color");
QColor color = QColorDialog::getColor(m_BorderColor, this, tr("Select color"));
if (!color.isValid())
return;
m_GeneralChanged = true;