From 0bf0266b2a10dba09ce45ed5c27bea1ddde93cf8 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sat, 12 Jul 2014 05:34:23 -0700 Subject: [PATCH] Use the "Stop Streaming" translated text --- obs/window-basic-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index a6dfe1a0c..5e145169c 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -1690,7 +1690,7 @@ void OBSBasic::SceneItemNameEdited(QWidget *editor, void OBSBasic::StreamingStart() { - ui->streamButton->setText("Stop Streaming"); + ui->streamButton->setText(QTStr("Basic.Main.StopStreaming")); ui->streamButton->setEnabled(true); ui->statusbar->StreamStarted(streamOutput); }