Gildas 7 роки тому
батько
коміт
d3129f55aa
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      extension/ui/pages/help.html
  2. 1 1
      extension/ui/pages/options.html

+ 1 - 1
extension/ui/pages/help.html

@@ -169,7 +169,7 @@
 					</li>
 
 					<li>
-						<span class="option">remove alternative images in other resolutions</span>
+						<span class="option">remove images for alternative resolutions</span>
 						<p>Check this option to remove images that are alternatives in lower and/or higher resolutions to the ones displayed
 							by default. Checking this this option can considerably reduce the size of the file in some cases.</p>
 						<p class="notice">It is recommended to

+ 1 - 1
extension/ui/pages/options.html

@@ -61,7 +61,7 @@
 			<input type="checkbox" id="lazyLoadImagesInput">
 		</div>
 		<div class="option">
-			<label for="removeSrcSetInput">remove alternative images in other resolutions</label>
+			<label for="removeSrcSetInput">remove images for alternative resolutions</label>
 			<input type="checkbox" id="removeSrcSetInput">
 		</div>
 	</details>