• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OmegaT のメニューバーにフォルダーツリー参照用のメニューを追加します。


Commit MetaInfo

Revision66 (tree)
Time2015-06-28 13:49:03
Authoryu-tang

Log Message

Improve error message string

Change Summary

Incremental Difference

--- trunk/src/jp/sourceforge/users/yutang/omegat/plugin/foldermenu/FolderMenu.java (revision 65)
+++ trunk/src/jp/sourceforge/users/yutang/omegat/plugin/foldermenu/FolderMenu.java (revision 66)
@@ -41,7 +41,7 @@
4141 throw new RuntimeException("FolderMenu plugin could be instantiated only once.");
4242 } else if (isRunningJavaWebStart()) {
4343 // Just log it, no error.
44- Log.log("FolderMenu plugin is not working with Java Web Start.");
44+ Log.log("FolderMenu plugin is not available with Java Web Start.");
4545 } else {
4646 CoreEvents.registerApplicationEventListener(new FolderMenu());
4747 }