mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Update multilingual name button tooltip (close #7486)
This commit is contained in:
+1
-1
@@ -445,7 +445,7 @@ en:
|
||||
tooltip_keyhint: "Shortcut:"
|
||||
browser_notice: "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map."
|
||||
translate:
|
||||
translate: Translate
|
||||
translate: Add multilingual name
|
||||
localized_translation_label: Multilingual Name
|
||||
localized_translation_language: Choose language
|
||||
localized_translation_name: Name
|
||||
|
||||
Vendored
+1
-1
@@ -582,7 +582,7 @@
|
||||
"tooltip_keyhint": "Shortcut:",
|
||||
"browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
|
||||
"translate": {
|
||||
"translate": "Translate",
|
||||
"translate": "Add multilingual name",
|
||||
"localized_translation_label": "Multilingual Name",
|
||||
"localized_translation_language": "Choose language",
|
||||
"localized_translation_name": "Name",
|
||||
|
||||
@@ -233,9 +233,10 @@ export function uiPopover(klass) {
|
||||
}
|
||||
|
||||
updatePosition.apply(this, arguments);
|
||||
// hack: update twice to fix instances where the absolute offset is
|
||||
// hack: update multiple times to fix instances where the absolute offset is
|
||||
// set before the dynamic popover size is calculated by the browser
|
||||
updatePosition.apply(this, arguments);
|
||||
updatePosition.apply(this, arguments);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user