Browse Source

Update wording

Billy Barrow 2 năm trước cách đây
mục cha
commit
59c93cf1a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Wizards/Video.vala

+ 1 - 1
src/Wizards/Video.vala

@@ -320,7 +320,7 @@ namespace Publicate.Wizards {
             if(!gtk_switch.active) {
                 return;
             }
-            var prompt = new Adw.MessageDialog(toplevel, "Enable Proprietary Codecs?", "This will enable the H.264 codec which is needed for this PPUB to be playable on iOS Safari, but there may be restrictive patient licences that apply to its use.");
+            var prompt = new Adw.MessageDialog(toplevel, "Enable Proprietary Codecs?", "This will enable the H.264 and AAC codecs which are needed for this PPUB to be playable on iOS Safari, but there may be restrictive patient licences that apply to their use.");
             prompt.add_response("info", "Read More");
             prompt.add_response("cancel", "Cancel");
             prompt.add_response("enable", "Enable");