mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 22:44:15 +02:00
change menu item text Audio Noise Reduction to Noise Reduction
This commit is contained in:
parent
f9c6cb27f4
commit
a154879001
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace MenuOption {
|
|||
const QString AssetMigration = "ATP Asset Migration";
|
||||
const QString AssetServer = "Asset Browser";
|
||||
const QString Attachments = "Attachments...";
|
||||
const QString AudioNoiseReduction = "Audio Noise Reduction";
|
||||
const QString AudioNoiseReduction = "Noise Reduction";
|
||||
const QString AudioScope = "Show Scope";
|
||||
const QString AudioScopeFiftyFrames = "Fifty";
|
||||
const QString AudioScopeFiveFrames = "Five";
|
||||
|
|
Loading…
Reference in a new issue