Commit 5ef9056
3 files changed
+12
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 |
| |
12 | 15 |
| |
13 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 |
| |
39 | 41 |
| |
40 | 42 |
| |
| |||
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
303 | 310 |
| |
304 | 311 |
| |
305 | 312 |
| |
|
Loading
2 commit comments
Fixer-007 commentedon Feb 21, 2018
Seems like I have a regression, aka text over the button:

Wuzzy2 commentedon Feb 9, 2019
One does not simply call
fgettext
with an empty string! The empty string has a special meaning in Gettext / the PO file format, look it up.Unsurprisingly, this commit caused
updatepo.sh
to break!Also, this is the reason why @Fixer-007's regression happened!
Please be more careful next time, @ThomasMonroe314 and @nerzhul!