[Libreoffice-commits] help.git: source/text
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Mon Apr 24 09:01:59 UTC 2017
source/text/shared/04/01010000.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 29be78c402864c4e23d20ec19e86e0d8dd39a9a1
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Mon Apr 24 03:52:56 2017 -0500
Fix my brainfart and label Mac’s Control key differently
The previous string looked like a mistake to me, but I indeed forgot
that Macs do have a key which is labeled in menus as “⌃”.
Since then I’ve learned that, internationally, Mac’s Control and Windows’
Ctrl do not always correspond, so it’s best to separate both with a switch
as it was done before.
Change-Id: Ib88beab7218ef00c9cce5ad34aa02205de786d01
diff --git a/source/text/shared/04/01010000.xhp b/source/text/shared/04/01010000.xhp
index b6cf9781e..8bf0251f2 100644
--- a/source/text/shared/04/01010000.xhp
+++ b/source/text/shared/04/01010000.xhp
@@ -488,7 +488,7 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_idN10BC0" role="tablecontent">Ctrl+M</paragraph>
+ <paragraph xml-lang="en-US" id="par_idN10BC0" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">⌃M</caseinline><defaultinline>Ctrl+M</defaultinline></switchinline></paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_idN10BE8" role="tablecontent" l10n="NEW">Removes direct formatting from selected text or objects (as in <emph>Format - Clear Direct Formatting</emph>)</paragraph>
More information about the Libreoffice-commits
mailing list