• 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

Revision4 (tree)
Zeit2013-10-27 17:49:00
Autoryu-tang

Log Message

メニュー用リソースの日本語訳語を改善

Ändern Zusammenfassung

Diff

--- src/jp/sourceforge/users/yutang/omegat/plugin/timetracker/L10n.java (revision 3)
+++ src/jp/sourceforge/users/yutang/omegat/plugin/timetracker/L10n.java (revision 4)
@@ -23,13 +23,13 @@
2323 * @author Yu-Tang
2424 */
2525 public class L10n {
26-
26+
2727 private static final ResourceBundle bundle;
28-
28+
2929 static {
3030 bundle = ResourceBundle.getBundle("jp/sourceforge/users/yutang/omegat/plugin/timetracker/Bundle");
3131 }
32-
32+
3333 // for menu
3434
3535 public static String getTimeTrackerMenuLabel() {