Full-Width tooltip rewording

This commit is contained in:
Stefano Brilli 2021-07-19 15:51:48 +02:00
parent 71d8a63613
commit 60bc7eaf62
1 changed files with 2 additions and 3 deletions

View File

@ -167,12 +167,11 @@ export const TopMenu = function(props: { onClick?: () => void }) {
<ListItemText>
{fullWidthSupport ? `Disable ` : `Enable `}
<Tooltip
title="Minidiscs have 2 slots for titles - the default half-width one used for standard alphabet and half-width katakana, and full-width for hiragana and kanji."
title="This advanced feature enables the use of Hiragana and Kanji alphabets. More about this in Support and FAQ."
arrow
>
<span className={classes.toolTippedText}>Full-Width</span>
<span className={classes.toolTippedText}>Full-Width Title Editing</span>
</Tooltip>
{` Title Editing`}
</ListItemText>
</MenuItem>
);