mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-12 02:29:03 -04:00
UI,mac-avcapture: Use consistent variables in locales
This commit is contained in:
@@ -3632,8 +3632,7 @@ bool OBSBasic::QueryRemoveSource(obs_source_t *source)
|
||||
|
||||
const char *name = obs_source_get_name(source);
|
||||
|
||||
QString text = QTStr("ConfirmRemove.Text");
|
||||
text.replace("$1", QT_UTF8(name));
|
||||
QString text = QTStr("ConfirmRemove.Text").arg(QT_UTF8(name));
|
||||
|
||||
QMessageBox remove_source(this);
|
||||
remove_source.setText(text);
|
||||
|
||||
Reference in New Issue
Block a user