Fixed translation (#1669)

MBps is used for megabytes, even in German. Mbps is the correct translation.
This commit is contained in:
Simon Pawlowski 2025-10-10 07:49:25 +02:00 committed by GitHub
commit 61fa45ad21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -743,7 +743,7 @@
<message> <message>
<location filename="../gui/SettingsView.qml" line="702"/> <location filename="../gui/SettingsView.qml" line="702"/>
<source>Video bitrate: %1 Mbps</source> <source>Video bitrate: %1 Mbps</source>
<translation>Video Bitrate: %1 MBps</translation> <translation>Video Bitrate: %1 Mbps</translation>
</message> </message>
<message> <message>
<location filename="../gui/SettingsView.qml" line="732"/> <location filename="../gui/SettingsView.qml" line="732"/>