Skip to content
Snippets Groups Projects
Commit 4f8ced23 authored by Matt Harbison's avatar Matt Harbison
Browse files

fileset: fix copy/paste in eol() error message

parent 8da94662
No related branches found
No related tags found
No related merge requests found
......@@ -435,8 +435,8 @@
styles.
"""
# i18n: "encoding" is a keyword
enc = getstring(x, _("encoding requires an encoding name"))
# i18n: "eol" is a keyword
enc = getstring(x, _("eol requires a style name"))
s = []
for f in mctx.existing():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment