diff options
Diffstat (limited to 'src/mimehooks.c')
-rw-r--r-- | src/mimehooks.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mimehooks.c b/src/mimehooks.c index 4788d534..ce712c2d 100644 --- a/src/mimehooks.c +++ b/src/mimehooks.c | |||
@@ -139,9 +139,8 @@ static iBlock *translateAtomXmlToGeminiFeed_(const iString *mime, const iBlock * | |||
139 | if (!isEmpty_String(subtitle)) { | 139 | if (!isEmpty_String(subtitle)) { |
140 | appendFormat_String(&out, "## %s\n\n", cstr_String(subtitle)); | 140 | appendFormat_String(&out, "## %s\n\n", cstr_String(subtitle)); |
141 | } | 141 | } |
142 | appendCStr_String(&out, | 142 | appendCStr_String(&out, cstr_Lang("feeds.atom.translated")); |
143 | "This Atom XML document has been automatically translated to a Gemini feed " | 143 | appendCStr_String(&out, "\n\n"); |
144 | "to allow subscribing to it.\n\n"); | ||
145 | iRegExp *datePattern = | 144 | iRegExp *datePattern = |
146 | iClob(new_RegExp("^([0-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9])T.*", caseSensitive_RegExpOption)); | 145 | iClob(new_RegExp("^([0-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9])T.*", caseSensitive_RegExpOption)); |
147 | iBeginCollect(); | 146 | iBeginCollect(); |