mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 23:56:12 -04:00
UI,mac-avcapture: Use consistent variables in locales
This commit is contained in:
@@ -563,8 +563,8 @@ void OBSBasic::on_actionRemoveProfile_triggered(bool skipConfirmation)
|
||||
return;
|
||||
|
||||
if (!skipConfirmation) {
|
||||
QString text = QTStr("ConfirmRemove.Text");
|
||||
text.replace("$1", QT_UTF8(oldName.c_str()));
|
||||
QString text = QTStr("ConfirmRemove.Text")
|
||||
.arg(QT_UTF8(oldName.c_str()));
|
||||
|
||||
QMessageBox::StandardButton button = OBSMessageBox::question(
|
||||
this, QTStr("ConfirmRemove.Title"), text);
|
||||
|
||||
Reference in New Issue
Block a user