add tooltips to the main buttons of the canvas.

This commit is contained in:
juliandavidmr
2020-11-09 19:53:17 -05:00
parent 096482d7eb
commit 16f732a50c
10 changed files with 45 additions and 34 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"
}