obs-studio
obs-studio copied to clipboard
UI: Fix locale key for rename profile text
Description
Fix locale key. Menu Bar > Profile > Rename Profile > "RenameProfile.Text" *This does not occur in version 30.2.3.
Before ( "RenameProfile.Text" )
AddProfile.Text="Please enter the name of the profile"
https://github.com/obsproject/obs-studio/blob/master/UI/data/locale/en-US.ini#L607
I'm not sure if this change is correct, so please close if it's wrong.
Motivation and Context
I want to solve a problem.
How Has This Been Tested?
Not tested.
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
- [ ] My code has been run through clang-format.
- [x] I have read the contributing document.
- [x] My code is not on the master branch.
- [ ] The code has been tested.
- [x] All commit messages are properly formatted and commits squashed where appropriate.
- [x] I have included updates to all appropriate documentation.