diff options
author | Chris Robinson <[email protected]> | 2015-10-13 03:21:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-13 03:21:00 -0700 |
commit | 0498a4d35edf04e6a3c9afea4c42b9a9b0a802ea (patch) | |
tree | ec25cf084f708dead3956f01a5fc256828363bbc | |
parent | 2fba5c1f5effa7828538d7fc4b81f34c7d639239 (diff) |
Rename a couple HRTF Mode combo box entries
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 0ba54ed4..f4929091 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -300,12 +300,12 @@ contain these markers, which will be replaced as needed: </item> <item> <property name="text"> - <string>On</string> + <string>Force on</string> </property> </item> <item> <property name="text"> - <string>Off</string> + <string>Force off</string> </property> </item> </widget> |