mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
changes in typography
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>QBT_TR(Add &link to torrent...)QBT_TR</title>
|
||||
<title>QBT_TR(Add Torrent Link)QBT_TR</title>
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
||||
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="scripts/download.js" charset="utf-8"></script>
|
||||
@@ -10,7 +10,7 @@
|
||||
<body>
|
||||
<center>
|
||||
<br/>
|
||||
<h2 class="vcenter">QBT_TR(Download Torrents from their URL or Magnet link)QBT_TR</h2>
|
||||
<h2 class="vcenter">QBT_TR(Download Torrents from their URLs or Magnet links)QBT_TR</h2>
|
||||
<textarea id="urls" rows="10"></textarea>
|
||||
<p>QBT_TR(Only one link per line)QBT_TR</p>
|
||||
<input type="button" value="QBT_TR(Download)QBT_TR" id="downButton"/>
|
||||
|
||||
@@ -47,7 +47,7 @@ initializeWindows = function() {
|
||||
new Event(e).stop();
|
||||
new MochaUI.Window({
|
||||
id: 'downloadPage',
|
||||
title: "QBT_TR(Download from urls)QBT_TR",
|
||||
title: "QBT_TR(Download from URLs)QBT_TR",
|
||||
loadMethod: 'iframe',
|
||||
contentURL: 'download.html',
|
||||
scrollbars: true,
|
||||
|
||||
Reference in New Issue
Block a user