Skip to content

Commit d95c975

Browse files
author
stoecker
committed
fix text
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19083 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent bd84d1e commit d95c975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/gui/dialogs/LatLonDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public void validate() {
246246
latLon = null;
247247
}
248248
if (latLon == null) {
249-
feedbackInvalid(tr("Please enter a GPS coordinates"));
249+
feedbackInvalid(tr("Please enter GPS coordinates"));
250250
latLonCoordinates = null;
251251
setOkEnabled(false);
252252
} else {

0 commit comments

Comments
 (0)