File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 6363 },
6464 "devDependencies" : {
6565 "@fortawesome/fontawesome-free" : " ~6.7" ,
66- "add-dist-header" : " ~1.4 " ,
66+ "add-dist-header" : " ~1.5 " ,
6767 "browser-sync" : " ~3.0" ,
68- "copy-file-util" : " ~1.2 " ,
68+ "copy-file-util" : " ~1.3 " ,
6969 "copy-folder-util" : " ~1.1" ,
7070 "dna-engine" : " ~3.2" ,
7171 "hamburger-menu" : " ~0.6" ,
7272 "jshint" : " ~2.13" ,
7373 "less" : " ~4.3" ,
74- "replacer-util" : " ~1.3 " ,
74+ "replacer-util" : " ~1.4 " ,
7575 "rev-web-assets" : " ~1.4" ,
7676 "rimraf" : " ~6.0" ,
7777 "run-scripts-util" : " ~1.3" ,
7878 "uglify-js" : " ~3.19" ,
79- "w3c-html-validator" : " ~1.8 " ,
80- "web-ignition" : " ~2.3 "
79+ "w3c-html-validator" : " ~1.9 " ,
80+ "web-ignition" : " ~2.4 "
8181 }
8282}
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ <h2>How do I get past the "Not Opened" security warning?</h2>
215215 < i > Steps:</ i > < br >
216216 < b > Apple Menu (< i data-brand =apple > </ i > ) →
217217 System Settings... →
218- Privacy & Security →
218+ Privacy & Security →
219219 Security →
220220 "Open Anyway"</ b >
221221 </ p >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2>Preview</h2>
1414 < a href =windows.html > < img src =../graphics/os-icons/windows.svg alt =windows > </ a >
1515 </ p >
1616 < figure >
17- < figcaption > Apple macOS look & feel</ figcaption >
17+ < figcaption > Apple macOS look & feel</ figcaption >
1818 < img src =../graphics/screenshots/mac.png alt =macos >
1919 </ figure >
2020 < p class =external-site >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2>Preview</h2>
1414 < a href =windows.html > < img src =../graphics/os-icons/windows.svg alt =windows > </ a >
1515 </ p >
1616 < figure >
17- < figcaption > Ubuntu GTK+ look & feel</ figcaption >
17+ < figcaption > Ubuntu GTK+ look & feel</ figcaption >
1818 < img src =../graphics/screenshots/ubuntu.png alt =ubuntu >
1919 </ figure >
2020 < p class =external-site >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2>Preview</h2>
1414 < a href =windows.html > < img src =../graphics/os-icons/windows.svg alt =windows > </ a >
1515 </ p >
1616 < figure >
17- < figcaption > Microsoft Windows look & feel</ figcaption >
17+ < figcaption > Microsoft Windows look & feel</ figcaption >
1818 < img src =../graphics/screenshots/windows.png alt =windows >
1919 </ figure >
2020 < p class =external-site >
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ <h3>Examine the Properties File</h3>
5555 < h3 > Become Famous</ h3 >
5656 Well, we can't make you a rock star, but we will definitely give you
5757 < a href =../about > credit</ a > in the Snap Backup "About" box for your
58- translation work. Snap Backup is downloaded at a rate of about
59- 40,000 times a year.
58+ translation work.
59+ Snap Backup is downloaded at a rate of about 40,000 times a year.
6060 < br > < br >
6161 </ li >
6262 </ ol >
@@ -73,9 +73,9 @@ <h2>Notes About Translating</h2>
7373 </ p >
7474 < p >
7575 The default fast key (mnemonic) for menu items and buttons is the first
76- character of the displayed text. To designate a different character as
77- the fast key, insert an "& " just before the character desired to be the fast
78- key.
76+ character of the displayed text.
77+ To designate a different character as the fast key, insert an "&" just before the
78+ character desired to be the fast key.
7979 </ p >
8080 </ section >
8181
Original file line number Diff line number Diff line change @@ -202,6 +202,6 @@ nav.hamburger-menu aside ul li >a:hover {
202202 margin-left : 20px ;
203203 }
204204 });
205- .MobileMode (@lessRules ) { // selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower
205+ .MobileMode (@lessRules ) { // selects iPhone SE (3rd gen) landscape and anything narrower
206206 @media (max-width : 667px ) { @lessRules (); }
207207 }
You can’t perform that action at this time.
0 commit comments