Skip to content

Commit

Permalink
No need to make FAQ link translatable
Browse files Browse the repository at this point in the history
(closes #2973)
  • Loading branch information
bhousel committed Feb 6, 2016
1 parent e7a7e2e commit 83b0a8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion data/core.yaml
Expand Up @@ -274,7 +274,6 @@ en:
custom_prompt: "Enter a tile URL template. Valid tokens are {z}, {x}, {y} for Z/X/Y scheme and {u} for quadtile scheme."
fix_misalignment: Fix alignment
imagery_source_faq: Where does this imagery come from?
imagery_source_faq_link: https://github.com/openstreetmap/iD/blob/master/FAQ.md#how-can-i-report-an-issue-with-background-imagery
reset: reset
minimap:
description: Minimap
Expand Down
1 change: 0 additions & 1 deletion dist/locales/en.json
Expand Up @@ -330,7 +330,6 @@
"custom_prompt": "Enter a tile URL template. Valid tokens are {z}, {x}, {y} for Z/X/Y scheme and {u} for quadtile scheme.",
"fix_misalignment": "Fix alignment",
"imagery_source_faq": "Where does this imagery come from?",
"imagery_source_faq_link": "https://github.com/openstreetmap/iD/blob/master/FAQ.md#how-can-i-report-an-issue-with-background-imagery",
"reset": "reset",
"minimap": {
"description": "Minimap",
Expand Down
2 changes: 1 addition & 1 deletion js/id/ui/background.js
Expand Up @@ -269,7 +269,7 @@ iD.ui.Background = function(context) {
.attr('target', '_blank')
.attr('tabindex', -1)
.call(iD.svg.Icon('#icon-out-link', 'inline'))
.attr('href', t('background.imagery_source_faq_link'))
.attr('href', 'https://github.com/openstreetmap/iD/blob/master/FAQ.md#how-can-i-report-an-issue-with-background-imagery')
.append('span')
.text(t('background.imagery_source_faq'));

Expand Down

0 comments on commit 83b0a8c

Please sign in to comment.