mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
Sonarcloud warnings 4 (#1499)
* chore: fix some sonarcloud html warnings (e.g. deprecated attribute use) * chore: uppercase literal suffixes * chore: remove redundant casts * chore: remove commented-out code * chore: use qInfo() instead of std::cerr
This commit is contained in:
@@ -1,37 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Troubleshooting Manual Recheck</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
<div id="index">
|
||||
<a class="leftborder" href="../html/index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>How do I manually recheck my files?</h1>
|
||||
</div>
|
||||
<p>If Transmission crashes, you may want to manually recheck your files to both verify that the download has not been corrupted, and to ensure that the download continues where it left off, and does not start over.
|
||||
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Troubleshooting Manual Recheck</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<a name="menus"></a>
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
<div id="index">
|
||||
<a class="leftborder" href="../html/index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>How do I manually recheck my files?</h1>
|
||||
</div>
|
||||
<p>If Transmission crashes, you may want to manually recheck your files to both verify that the download has not been corrupted, and to ensure that the download continues where it left off, and does not start over.
|
||||
|
||||
<p>To do this:
|
||||
<div summary="To do this" class="taskbox">
|
||||
<ol>
|
||||
<li>Select the relevant torrent.</li>
|
||||
<li>Go to the Transfers menu -> Verify Local Data.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<p>To do this:
|
||||
<div class="taskbox">
|
||||
<ol>
|
||||
<li>Select the relevant torrent.</li>
|
||||
<li>Go to the Transfers menu → Verify Local Data.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user