Skip to content

Commit

Permalink
Merge pull request #15 from stream-labs/fix-typos
Browse files Browse the repository at this point in the history
Fix typo in the general settings
  • Loading branch information
eddyStreamlabs authored Jan 22, 2018
2 parents 84feb42 + 4b11de9 commit d849e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodeobs_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Local<Array> OBS_settings::getGeneralSettings()
std::vector<std::pair<std::string, std::string>> warnBeforeStoppingStream;
warnBeforeStoppingStream.push_back(std::make_pair("name", "WarnBeforeStoppingStream"));
warnBeforeStoppingStream.push_back(std::make_pair("type", "OBS_PROPERTY_BOOL"));
warnBeforeStoppingStream.push_back(std::make_pair("description", "Show confirmation dialog when stoping streams"));
warnBeforeStoppingStream.push_back(std::make_pair("description", "Show confirmation dialog when stopping streams"));
entries.push_back(warnBeforeStoppingStream);

std::vector<std::pair<std::string, std::string>> recordWhenStreaming;
Expand Down

0 comments on commit d849e8d

Please sign in to comment.