[code/catalog] Capitalize 'line feed' in EN

Change-Id: I91b8c4b613b9e9dece13fbb0e9635b4aa8dbfd4a
This commit is contained in:
Gabriel Ozouf
2020-10-01 12:11:03 +02:00
committed by Émilie Feral
parent c1b0465ca4
commit 5d3069ff34

View File

@@ -1,7 +1,7 @@
PythonPound = "Comment"
PythonPercent = "Modulo"
Python1J = "Imaginary i"
PythonLF = "line feed"
PythonLF = "Line feed"
PythonTab = "Tabulation"
PythonAmpersand = "Bitwise and"
PythonSymbolExp = "Bitwise exclusive or"