mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
give the 'about' dialog's titlebar the title 'about'
This commit is contained in:
parent
8f3ee91b49
commit
2dbdeaec95
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ Transmission.prototype =
|
|||
case 'about-button':
|
||||
o = 'Transmission ' + this.serverVersion;
|
||||
$('#about-dialog #about-title').html(o);
|
||||
$('#about-dialog').dialog();
|
||||
$('#about-dialog').dialog({'title':'About'});
|
||||
break;
|
||||
|
||||
case 'homepage':
|
||||
|
|
Loading…
Add table
Reference in a new issue