diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-03-08 10:38:59 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-03-08 10:38:59 -0600 |
commit | 60bc5707b16ad1960a2baa1128a515a8960b6834 (patch) | |
tree | dee9a1fe15d84ebeb8ae78d0fabc79480022c8c7 /source/text/shared/optionen | |
parent | 79e2b833a14999373171779daf968310e4c126a1 (diff) |
Hyphenate compound modifier and drop number inflection as it is an adjective
Change-Id: I397f6a528576c2a2ec556966d87e8dc77e20f3a5
Diffstat (limited to 'source/text/shared/optionen')
-rw-r--r-- | source/text/shared/optionen/java.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/optionen/java.xhp b/source/text/shared/optionen/java.xhp index a0f4d96d24..ee6849843a 100644 --- a/source/text/shared/optionen/java.xhp +++ b/source/text/shared/optionen/java.xhp @@ -57,7 +57,7 @@ <paragraph id="par_idN10583" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/optadvancedpage/javaenabled">Allows you to run Java applications in %PRODUCTNAME.</ahelp> When a Java application attempts to access your hard drive, a prompt opens.<comment>UFI: moved this para here from Security tab page</comment></paragraph> <switch select="sys"> <case select="WIN"> -<tip id="par_id881614855922649">Make sure to install a JRE compatible with the %PRODUCTNAME architecture: 64 bits JRE for 64 bits %PRODUCTNAME and 32 bits JRE for 32 bits %PRODUCTNAME.</tip> +<tip id="par_id881614855922649">Make sure to install a JRE compatible with the %PRODUCTNAME architecture: 64-bit JRE for 64-bit %PRODUCTNAME and 32-bit JRE for 32-bit %PRODUCTNAME.</tip> </case> <default></default> </switch> |