Merge remote-tracking branch 'upstream/pull/3292'
This commit is contained in:
commit
700bf13279
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="container">
|
||||
<p><%= t ".removed" %></p>
|
||||
<p><%= t ".desktop_html" %></p>
|
||||
<p><%= t ".id_html", :settings_url => user_account_path(current_user) %></p>
|
||||
<p><%= t ".id_html", :settings_url => preferences_path %></p>
|
||||
</div>
|
||||
|
|
|
@ -2060,7 +2060,7 @@ en:
|
|||
potlatch:
|
||||
removed: Your default OpenStreetMap editor is set as Potlatch. Because Adobe Flash Player has been withdrawn, Potlatch is no longer available to use in a web browser.
|
||||
desktop_html: You can still use Potlatch by <a href="https://www.systemed.net/potlatch/">downloading the desktop application for Mac and Windows</a>.
|
||||
id_html: Alternatively, you can set your default editor to iD, which runs in your web browser as Potlatch formerly did. <a href="%{settings_url}">Change your user settings here</a>.
|
||||
id_html: Alternatively, you can set your default editor to iD, which runs in your web browser as Potlatch formerly did. <a href="%{settings_url}">Change your preferences here</a>.
|
||||
sidebar:
|
||||
search_results: Search Results
|
||||
close: Close
|
||||
|
|
Loading…
Add table
Reference in a new issue