Full-Width tooltip rewording
This commit is contained in:
parent
71d8a63613
commit
60bc7eaf62
|
@ -167,12 +167,11 @@ export const TopMenu = function(props: { onClick?: () => void }) {
|
||||||
<ListItemText>
|
<ListItemText>
|
||||||
{fullWidthSupport ? `Disable ` : `Enable `}
|
{fullWidthSupport ? `Disable ` : `Enable `}
|
||||||
<Tooltip
|
<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
|
arrow
|
||||||
>
|
>
|
||||||
<span className={classes.toolTippedText}>Full-Width</span>
|
<span className={classes.toolTippedText}>Full-Width Title Editing</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
{` Title Editing`}
|
|
||||||
</ListItemText>
|
</ListItemText>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue