i18n: Correct spelling "AC-3" and "E-AC-3"

This commit is contained in:
Allan Nordhøy 2020-05-17 00:48:43 +00:00
parent 67d7bee5d5
commit 8921ee0cd6
1 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="encodingFormatAC3"> <object class="GtkCheckButton" id="encodingFormatAC3">
<property name="label" translatable="yes">AC3</property> <property name="label" translatable="yes">AC-3</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>
@ -468,7 +468,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="encodingFormatEAC3"> <object class="GtkCheckButton" id="encodingFormatEAC3">
<property name="label" translatable="yes">EAC3</property> <property name="label" translatable="yes">E-AC-3</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>