Révision 2647
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 2647) | ||
---|---|---|
1939 | 1939 |
*/ |
1940 | 1940 |
// FIXME: SJ: this method must become abstract in TXM0.8.1 and implemented by subclasses |
1941 | 1941 |
public String getComputingStartMessage() { |
1942 |
return "Computing " + this.getClass().getSimpleName() + "...";
|
|
1942 |
return NLS.bind("Computing {0}...", this.getClass().getSimpleName());
|
|
1943 | 1943 |
} |
1944 | 1944 |
// public abstract String getComputingStartMessage(); |
1945 | 1945 |
|
Formats disponibles : Unified diff