Commit bd6126d
authored
Loadingscreen: Fixed tips translation (#1846)
This PR fixes #1844 .
There were two issues in tips.lua which were fixed:
- tip39 was used twice (one of them should have been tip29) which caused
the param translation issue described in the above issue
- tip30 was corrected because it has no duckkey param.
I tested it and the tips worked fine.1 parent 5e5c24f commit bd6126d
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments