[gnome-sound-recorder] window: correct spelling of Vorbis and Opus



commit c84cb6afd2ffe075ff65e003f4bf89dbdb266bfa
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jun 6 13:36:25 2020 +0200

    window: correct spelling of Vorbis and Opus

 data/ui/window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 3589580..30c32c5 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -302,12 +302,12 @@
     <submenu>
       <attribute translatable="yes" name="label">Preferred Format</attribute>
       <item>
-        <attribute translatable="yes" name="label">VORBIS</attribute>
+        <attribute translatable="yes" name="label">Vorbis</attribute>
         <attribute name="action">app.audio-profile</attribute>
         <attribute name="target">vorbis</attribute>
       </item>
       <item>
-        <attribute translatable="yes" name="label">OPUS</attribute>
+        <attribute translatable="yes" name="label">Opus</attribute>
         <attribute name="action">app.audio-profile</attribute>
         <attribute name="target">opus</attribute>
       </item>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]