Correct misspelled words in Spanish and add tooltips to main buttons canvas. (#118)

* Correct misspelled words in Spanish

* add tooltips to the main buttons of the canvas.
This commit is contained in:
Julian David
2020-11-10 11:57:08 -05:00
committed by GitHub
parent 6257e3410e
commit 121997ef3e
10 changed files with 55 additions and 44 deletions

View File

@@ -172,6 +172,7 @@
"tool_styles": "Styles",
"tool_bullets": "Bullets",
"tool_numbers": "Numbers",
"tool_font": "Font",
"color_fill": "Fill",
"color_stroke": "Stroke",
"color_text": "Text",
@@ -321,5 +322,6 @@
"follow_present": "Follow",
"mute_present": "Unfollow",
"follow_present_help": "If someone else is presenting this Space, the other members automatically follow the presentation. Switch following on or off with this button.",
"export": "export"
"export": "export",
"media": "Media"
}