File tree Expand file tree Collapse file tree 3 files changed +19
-17
lines changed
steamCloudSaveDownloaderGUI Expand file tree Collapse file tree 3 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -493,13 +493,15 @@ def set_repo(self):
493
493
self .repo_label .setOpenExternalLinks (True )
494
494
495
495
def set_author (self ):
496
- self .author_label = QW .QLabel (self .tr ("Author: <a href='https://github.com/hhhhhojeihsu'>hhhhhojeihsu</a>" ))
496
+ author_str = self .tr ("Author:" )
497
+ self .author_label = QW .QLabel (f"{ author_str } <a href='https://github.com/hhhhhojeihsu'>hhhhhojeihsu</a>" )
497
498
self .author_label .setTextFormat (QtCore .Qt .TextFormat .RichText )
498
499
self .author_label .setTextInteractionFlags (QtCore .Qt .TextInteractionFlag .TextBrowserInteraction )
499
500
self .author_label .setOpenExternalLinks (True )
500
501
501
502
def set_submit_issue (self ):
502
- self .issue_label = QW .QLabel (self .tr ("<a href='https://github.com/pyscsd/steamCloudSaveDownloader/issues'>Submit Issue</a>" ))
503
+ submit_str = self .tr ("Submit Issue" )
504
+ self .issue_label = QW .QLabel (f"<a href='https://github.com/pyscsd/steamCloudSaveDownloaderGUI/issues'>{ submit_str } </a>" )
503
505
self .issue_label .setTextFormat (QtCore .Qt .TextFormat .RichText )
504
506
self .issue_label .setTextInteractionFlags (QtCore .Qt .TextInteractionFlag .TextBrowserInteraction )
505
507
self .issue_label .setOpenExternalLinks (True )
@@ -515,4 +517,4 @@ def set_button_box(self):
515
517
self .button_box .close_button = self .button_box .addButton (
516
518
self .tr ("Close" ),
517
519
QW .QDialogButtonBox .ButtonRole .AcceptRole )
518
- self .button_box .close_button .clicked .connect (self .accept )
520
+ self .button_box .close_button .clicked .connect (self .accept )
Original file line number Diff line number Diff line change 35
35
<translation type =" unfinished" ></translation >
36
36
</message >
37
37
<message >
38
- <location filename =" ../dialogs.py" line =" 496 " />
39
- <source >Author: < a href= ' https://github.com/hhhhhojeihsu '> hhhhhojeihsu < /a > </source >
38
+ <location filename =" ../dialogs.py" line =" 497 " />
39
+ <source >Author:</source >
40
40
<translation type =" unfinished" ></translation >
41
41
</message >
42
42
<message >
43
- <location filename =" ../dialogs.py" line =" 502 " />
44
- <source >< a href= ' https://github.com/pyscsd/steamCloudSaveDownloader/issues '> Submit Issue< /a > </source >
43
+ <location filename =" ../dialogs.py" line =" 504 " />
44
+ <source >Submit Issue</source >
45
45
<translation type =" unfinished" ></translation >
46
46
</message >
47
47
<message >
48
- <location filename =" ../dialogs.py" line =" 508 " />
48
+ <location filename =" ../dialogs.py" line =" 510 " />
49
49
<source >Released under MIT License</source >
50
50
<translation type =" unfinished" ></translation >
51
51
</message >
52
52
<message >
53
- <location filename =" ../dialogs.py" line =" 511 " />
53
+ <location filename =" ../dialogs.py" line =" 513 " />
54
54
<source >This program is not affiliated with Valve or Steam.
55
55
Steam is a trademark of Valve Corporation.</source >
56
56
<translation type =" unfinished" ></translation >
57
57
</message >
58
58
<message >
59
- <location filename =" ../dialogs.py" line =" 516 " />
59
+ <location filename =" ../dialogs.py" line =" 518 " />
60
60
<source >Close</source >
61
61
<translation type =" unfinished" ></translation >
62
62
</message >
Original file line number Diff line number Diff line change 35
35
<translation >關於</translation >
36
36
</message >
37
37
<message >
38
- <location filename =" ../dialogs.py" line =" 496 " />
39
- <source >Author: < a href= ' https://github.com/hhhhhojeihsu '> hhhhhojeihsu < /a > </source >
38
+ <location filename =" ../dialogs.py" line =" 497 " />
39
+ <source >Author:</source >
40
40
<translation type =" unfinished" ></translation >
41
41
</message >
42
42
<message >
43
- <location filename =" ../dialogs.py" line =" 502 " />
44
- <source >< a href= ' https://github.com/pyscsd/steamCloudSaveDownloader/issues '> Submit Issue< /a > </source >
43
+ <location filename =" ../dialogs.py" line =" 504 " />
44
+ <source >Submit Issue</source >
45
45
<translation type =" unfinished" ></translation >
46
46
</message >
47
47
<message >
48
- <location filename =" ../dialogs.py" line =" 508 " />
48
+ <location filename =" ../dialogs.py" line =" 510 " />
49
49
<source >Released under MIT License</source >
50
50
<translation type =" unfinished" ></translation >
51
51
</message >
52
52
<message >
53
- <location filename =" ../dialogs.py" line =" 511 " />
53
+ <location filename =" ../dialogs.py" line =" 513 " />
54
54
<source >This program is not affiliated with Valve or Steam.
55
55
Steam is a trademark of Valve Corporation.</source >
56
56
<translation type =" unfinished" ></translation >
57
57
</message >
58
58
<message >
59
- <location filename =" ../dialogs.py" line =" 516 " />
59
+ <location filename =" ../dialogs.py" line =" 518 " />
60
60
<source >Close</source >
61
61
<translation type =" unfinished" ></translation >
62
62
</message >
You can’t perform that action at this time.
0 commit comments