obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.8k stars 701 forks source link

locale: Remove obsolete translations #1146

Closed norihiro closed 11 months ago

norihiro commented 1 year ago

Description

Remove two obsolete translations OBSWebSocket.Server.StartFailed.Title and OBSWebSocket.Server.StartFailed.Message.

Motivation and Context

The text was originally introduced at the commit d76ff16162bcbbc07c9c2538624e515070c916f9. The source code using the text was later removed.

How Has This Been Tested?

Tested OS(s): Linux

Checked that a command below shows nothing.

git grep StartFailed ':(exclude)*.ini'

Types of changes

Checklist: