Show More
@@ -435,8 +435,8 b' def eol(mctx, x):' | |||
|
435 | 435 | styles. |
|
436 | 436 | """ |
|
437 | 437 | |
|
438 |
# i18n: "e |
|
|
439 |
enc = getstring(x, _("e |
|
|
438 | # i18n: "eol" is a keyword | |
|
439 | enc = getstring(x, _("eol requires a style name")) | |
|
440 | 440 | |
|
441 | 441 | s = [] |
|
442 | 442 | for f in mctx.existing(): |
General Comments 0
You need to be logged in to leave comments.
Login now