Skip to content
Snippets Groups Projects
Commit 3c38fe33 authored by Christoph Miebach's avatar Christoph Miebach
Browse files

correctly mark english only parts

parent e69ff012
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
<div class="container">
<?php drawVLCdownloadSection("osx", $dropdownItems, false, "VLC for Mac OS X"); ?>
<span lang dir="ltr" lang="en">
<span dir="ltr" lang="en">
<h2>Devices and Mac OS X version</h2>
<p class="projectDescription">VLC media player requires Mac OS X 10.6 or later. It runs on any 64bit Intel-based Mac. Previous devices are supported by older releases.<br />Note that the first generation of Intel-based Macs equipped with Core Solo or Core Duo processors is no longer supported. Please use version 2.0.10 linked below.</p>
......
......@@ -28,7 +28,7 @@
);
?>
<div class="container">
<div class="container" dir="ltr" lang="en">
<?php drawVLCdownloadSection("windows", $dropdownItems, false, "VLC for Windows"); ?>
<h2>Windows requirements</h2>
<p>VLC runs on all versions of Windows, from Windows XP SP3 to the last version of Windows 10.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment