Update multilingual name button tooltip (close #7486)

This commit is contained in:
Quincy Morgan
2020-05-20 12:08:42 -04:00
parent 41418e57a5
commit 9954b3636e
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",
+2 -1
View File
@@ -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);
}