Modify

Opened 17 years ago

Closed 17 years ago

#129 closed defect (fixed)

Fix typo in "Download incomplete way" dialog

Reported by: kleptog@… Owned by: imi
Priority: trivial Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

It should be way, not segment

Attachments (0)

Change History (3)

comment:1 by kleptog@…, 17 years ago

Turns out you can't attach files, so I'm pasting it here. Hope you get the idea.

Index: src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java
===================================================================
--- src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java (revision 216)
+++ src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java (working copy)
@@ -38,7 +38,7 @@

private IncompleteDownloader reader;

private DownloadTask(Collection<Way> toDownload) {

  • super(trn("Downloading {0} segment", "Downloading {0} segments", toDownload.size(), toDownload.size()));

+ super(trn("Downloading {0} ways", "Downloading {0} ways", toDownload.size(), toDownload.size()));

reader = new IncompleteDownloader(toDownload);

}

comment:2 by anonymous, 17 years ago

Priority: majortrivial

comment:3 by framm, 17 years ago

Resolution: fixed
Status: newclosed

fixed for tonight's build.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain imi.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.