Ignore:
Timestamp:
2009-09-22T15:34:19+02:00 (15 years ago)
Author:
stoecker
Message:

lots of i18n fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UploadAction.java

    r2175 r2181  
    251251            default:
    252252                // should not happen
    253                 throw new IllegalStateException(tr("unexpected return value. Got {0}", ret));
     253                throw new IllegalStateException(tr("Unexpected return value. Got {0}.", ret));
    254254        }
    255255    }
     
    290290            default:
    291291                // should not happen
    292                 throw new IllegalStateException(tr("unexpected return value. Got {0}", ret));
     292                throw new IllegalStateException(tr("Unexpected return value. Got {0}.", ret));
    293293        }
    294294    }
Note: See TracChangeset for help on using the changeset viewer.