Missing whitespace in german translation #558

Closed
opened 2013-11-15 00:17:38 +01:00 by ddorian1 · 0 comments
ddorian1 commented 2013-11-15 00:17:38 +01:00 (Migrated from github.com)

Hi, there is am missing whitespace in the german translation, leading to an ugly notification on new messages.

--- a/src/translations/bitmessage_de.ts
+++ b/src/translations/bitmessage_de.ts
@@ -381,7 +381,7 @@ Es ist wichtig, dass Sie diese Datei sichern. Möchten Sie di
     <message>
         <location filename="../bitmessageqt/__init__.py" line="1874"/>
         <source>From </source>
-        <translation>Von</translation>
+        <translation>Von </translation>
     </message>
     <message>
         <location filename="../bitmessageqt/__init__.py" line="3282"/>
Hi, there is am missing whitespace in the german translation, leading to an ugly notification on new messages. ``` --- a/src/translations/bitmessage_de.ts +++ b/src/translations/bitmessage_de.ts @@ -381,7 +381,7 @@ Es ist wichtig, dass Sie diese Datei sichern. Möchten Sie di <message> <location filename="../bitmessageqt/__init__.py" line="1874"/> <source>From </source> - <translation>Von</translation> + <translation>Von </translation> </message> <message> <location filename="../bitmessageqt/__init__.py" line="3282"/> ```
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#558
No description provided.