浏览代码

Update wording

Billy Barrow 2 年之前
父节点
当前提交
59c93cf1a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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");