diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-06 18:22:32 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2011-03-06 18:22:32 +0100 |
commit | c0ed28b17baa41a8d69d0cdfd952144d453ea17d (patch) | |
tree | e2f950bb564b5f8b344517fa15b53432b0dd7759 /templates/pages/constadd.mako | |
parent | 7ab81cd8ccebd0865f9a3498d88d72129c695a45 (diff) | |
download | kosten-c0ed28b17baa41a8d69d0cdfd952144d453ea17d.tar.gz kosten-c0ed28b17baa41a8d69d0cdfd952144d453ea17d.tar.bz2 kosten-c0ed28b17baa41a8d69d0cdfd952144d453ea17d.zip |
Change to german in output
Diffstat (limited to '')
-rw-r--r-- | templates/pages/constadd.mako | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pages/constadd.mako b/templates/pages/constadd.mako index 3eb78bc..6b6a98f 100644 --- a/templates/pages/constadd.mako +++ b/templates/pages/constadd.mako @@ -1,7 +1,7 @@ <%inherit file="/page.mako" /> % if not form.valid: - ERROR! + FEHLER! % endif <form name="add_const_expense" method="post"> @@ -10,5 +10,5 @@ </form> <%def name="heading()"> - Add new constant expense + Füge neue konstante Ausgabe hinzu </%def> |