0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

UI: Remove duplicate translate_button macro call

This commit is contained in:
Richard Stanway 2021-12-08 02:23:27 +01:00
parent 0aa9603a88
commit 0438d60499

View File

@ -75,7 +75,6 @@ OBSMessageBox::question(QWidget *parent, const QString &title,
translate_button(Reset);
translate_button(Yes);
translate_button(No);
translate_button(No);
translate_button(Abort);
translate_button(Retry);
translate_button(Ignore);