﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15918	Confusing English texts	Hb---	Hb---	"== Select Panel
The Select button on [source:josm/trunk/src/org/openstreetmap/josm/actions/AbstractSelectAction.java#L21 several panel dialogs] has the string 
''""Set the selected elements on the map to the selected items in the list above."" ''
The German translation in tested ""Ausgewählte Elemente auf der Karte auf die obige Liste der ausgewählten Objekte setzen."" is wrong because the button selects elements on the map according to the list. The original string is in the code since r86 and also used in plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java

The new German translation in latest ""Wählt jene Elemente auf der Karte aus, die in obiger Liste markiert sind."" does not solve this issue for all other languages.

I suggest ""Selects those elements on the map which are chosen on the list above."" but that might be far away from being good English.


== File/
Menu items usually have three periods after their names to indicated that a dialog follows and no direct action, i.e. `Save As...`. These dots are currently missing for
* File / Download [source:trunk/src/org/openstreetmap/josm/actions/DownloadAction.java#L27 DownloadAction] 
* File / Upload data [source:trunk/src/org/openstreetmap/josm/actions/UploadAction.java#L141 DownloadAction] 
* File / Upload selection [source:trunk/src/org/openstreetmap/josm/actions/UploadSelectionAction.java#L48 UploadSelectionAction] 
* File /Close open changesets [source:trunk/src/org/openstreetmap/josm/actions/CloseChangesetAction.java#L45 CloseChangesetAction]
* Presets / Search Preset [source:trunk/src/org/openstreetmap/josm/actions/TaggingPresetSearchAction.java#L24 TaggingPresetSearchAction]

So please add **`...`** the source strings.


== AlignImageryPanel
The [source:josm/trunk/src/org/openstreetmap/josm/gui/layer/AlignImageryPanel.java#L32 nag panel] for misaligned imagery has a checkbox ""Do not show this message again"" and a button with the tooltipText ""Hide this message and never show it again"" to close the panel in line 55.

1. Open Bing aerial 
2. Close the nag while leaving the checkbox=false 
3. Delete the imagery layer
4. Open Bing aerial  again

The nag appears as expected. So the ""never again"" part is wrong. The tooltip text should be set to **""Hide this.""**  





"	enhancement	closed	normal		Core		fixed	i18n english	
