- Linting (ESLint): Finish
- Fix: Globals (x, y) in `mouseMove` - Fix: Global (element, d_attr->dAttr) in `mouseDown` - Fix: Avoid `drawnPath` not defined error - Docs: sp.
This commit is contained in:
@@ -17,7 +17,7 @@ msgstr ""
|
||||
def printstr(flag, i, s):
|
||||
out.append('\n')
|
||||
if flag == '-x-svg-edit-both':
|
||||
out.append("# Enter the title first, then the contents, seperated by a pipe char (|)\n")
|
||||
out.append("# Enter the title first, then the contents, separated by a pipe char (|)\n")
|
||||
out.append("#, " + flag + '\n')
|
||||
out.append("msgid \"" + i + "\"" + '\n')
|
||||
out.append("msgstr \"" + s.replace('\n', '\\n') + "\"" + '\n')
|
||||
@@ -36,4 +36,4 @@ for line in infile:
|
||||
pass # The line wasn't really a string
|
||||
|
||||
outfile.writelines(out)
|
||||
outfile.close()
|
||||
outfile.close()
|
||||
|
||||
Reference in New Issue
Block a user