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>