Ignore:
Timestamp:
2011-11-25T18:45:46+01:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java

    r27151 r27155  
    11041104                str = validDecimal(str);
    11051105                if (!(str.isEmpty()) && (new Float(str) > max)) {
    1106                         dlg.manager.showVisualMessage(Messages.getString("TooBig"));
     1106                        dlg.manager.showVisualMessage(Messages.getString("TooBig") + " (" + max + ")");
    11071107                        return "";
    11081108                } else {
Note: See TracChangeset for help on using the changeset viewer.