From: Daniel Musketa <daniel@musketa.de>
Date: Sat, 8 May 2010 15:25:54 +0200
Subject: [PATCH] added missing closing bracket
---
messages.po | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/messages.po b/messages.po
index 17b991d..34d20db 100644
|
a
|
b
|
msgid "" |
| 2100 | 2100 | " [3:%(function)s]" |
| 2101 | 2101 | msgstr "" |
| 2102 | 2102 | "[1:Datei \"%(file)s\",\n" |
| 2103 | | " Zeile [2:%(line)s], in\n" |
| | 2103 | " Zeile [2:%(line)s], in]\n" |
| 2104 | 2104 | " [3:%(function)s]" |
| 2105 | 2105 | |
| 2106 | 2106 | #: trac/templates/error.html:172 |