diff options
author | Allan Nordhøy <epost@anotheragency.no> | 2020-05-17 00:48:43 +0000 |
---|---|---|
committer | Allan Nordhøy <epost@anotheragency.no> | 2020-05-17 00:48:43 +0000 |
commit | 8921ee0cd6725a62c5ccf5e2a5b0ff72696d5c1f (patch) | |
tree | 4e5b929b9400a2c5854cc2b6de011005b3d06811 /src | |
parent | 67d7bee5d5e60f4b4eafa7e4b4225e65def157fa (diff) |
i18n: Correct spelling "AC-3" and "E-AC-3"
Diffstat (limited to 'src')
-rw-r--r-- | src/pavucontrol.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade index fe6c635..933af52 100644 --- a/src/pavucontrol.glade +++ b/src/pavucontrol.glade @@ -442,7 +442,7 @@ </child> <child> <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="can_focus">True</property> <property name="receives_default">False</property> @@ -468,7 +468,7 @@ </child> <child> <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="can_focus">True</property> <property name="receives_default">False</property> |