##// END OF EJS Templates
fileset: fix copy/paste in eol() error message
Matt Harbison -
r28056:4f8ced23 stable
parent child Browse files
Show More
@@ -435,8 +435,8 b' def eol(mctx, x):'
435 435 styles.
436 436 """
437 437
438 # i18n: "encoding" is a keyword
439 enc = getstring(x, _("encoding requires an encoding name"))
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