Changeset 26794 in osm for applications


Ignore:
Timestamp:
2011-10-07T21:26:38+02:00 (13 years ago)
Author:
stoecker
Message:

give text translation a chance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java

    r26793 r26794  
    2828    public static final Font ATTR_LINK_FONT;
    2929   
    30     private static final String DEFAULT_TERMS_OF_USE_TEXT = tr("Background Terms of Use");
    31 
    3230    protected Rectangle attrTextBounds = null;
    3331    protected Rectangle attrToUBounds = null;
     
    4846            attrTermsUrl = tileSource.getTermsOfUseURL();
    4947            if (attrTermsUrl != null && attrTermsText == null) {
    50                 attrTermsText = DEFAULT_TERMS_OF_USE_TEXT;
     48                attrTermsText = tr("Background Terms of Use");
    5149            }
    5250        } else {
Note: See TracChangeset for help on using the changeset viewer.