OSDN Git Service

ソースコードをUTF-8化
[coroid/inqubus.git] / frontend / src / saccubus / converter / profile / FfmpegOption.java
index 9685baf..e0933a7 100644 (file)
@@ -25,7 +25,7 @@ public class FfmpegOption {
         String out = prop.getProperty("OUT");
         String main = prop.getProperty("MAIN");
         if (ext == null || in == null || out == null || main == null) {
-            throw new IOException("\95Ï\8a·\83I\83v\83V\83\87\83\93\83t\83@\83C\83\8b\8f\91\8e®\8cë\82è\81B");
+            throw new IOException("変換オプションファイル書式誤り。");
         }
         return new FfmpegOption(ext, main, in, out);
     }