Commit fb34b180 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fix the strings instead of marking them as fuzzy. sorry about the breakage

parent bec377a7
...@@ -1071,9 +1071,9 @@ msgid "Sample rate" ...@@ -1071,9 +1071,9 @@ msgid "Sample rate"
msgstr "Abtastrate" msgstr "Abtastrate"
#: src/input/es_out.c:2031 #: src/input/es_out.c:2031
#, fuzzy, c-format #, c-format
msgid "%u Hz" msgid "%u Hz"
msgstr "%d Hz" msgstr "%u Hz"
#: src/input/es_out.c:2037 #: src/input/es_out.c:2037
msgid "Bits per sample" msgid "Bits per sample"
...@@ -1087,9 +1087,9 @@ msgid "Bitrate" ...@@ -1087,9 +1087,9 @@ msgid "Bitrate"
msgstr "Bitrate" msgstr "Bitrate"
#: src/input/es_out.c:2043 #: src/input/es_out.c:2043
#, fuzzy, c-format #, c-format
msgid "%u kb/s" msgid "%u kb/s"
msgstr "%d kb/s" msgstr "%u kb/s"
#: src/input/es_out.c:2054 #: src/input/es_out.c:2054
msgid "Resolution" msgid "Resolution"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment