Changeset 15078

Show
Ignore:
Timestamp:
07/03/08 11:03:40 (6 months ago)
Author:
daisuke_m
Message:

日本語が問題起こしたのでなんとなく英語化。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/java/sabotter/trunk/src/jp/xet/eclipse/sabotter/core/twitter/TwitterAdapterWrapper.java

    r15065 r15078  
    9191        public void onException(TwitterException ex, int method) { 
    9292                if (ex.getStatusCode() == 400) { // タイムライン取得制限 
    93                         SabotterPlugin.handleException(ex, SabotterPlugin.DIALOG, "APIタイム制限です"); 
     93                        SabotterPlugin.handleException(ex, SabotterPlugin.DIALOG, "API limit rate over."); 
    9494                } 
    9595                ex.printStackTrace();