From edf17494ea674603d0c2958e7e1be0fdc7351543 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 28 Dec 2010 11:27:56 +0100 Subject: [PATCH] Warnung in der Kontenmaske klarifiziert. --- locale/de/all | 2 +- templates/webpages/am/edit_accounts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/de/all b/locale/de/all index ca2ab237f..1194cecde 100644 --- a/locale/de/all +++ b/locale/de/all @@ -1102,7 +1102,7 @@ $self->{texts} = { 'Not done yet' => 'Noch nicht fertig', 'Not obsolete' => 'Gültig', 'Note' => 'Hinweis', - 'Note: Taxkeys must have a "valid from" date, and will not be in effect otherwise.' => 'Achtung: Steuerschlüssel brauchen ein gültiges "Gültig ab"-Datum und werden andernfalls ignoriert.', + 'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' => '', 'Notes' => 'Bemerkungen', 'Notes (will appear on hard copy)' => 'Bemerkungen', 'Nothing has been selected for removal.' => 'Es wurde nichts für eine Entnahme ausgewählt.', diff --git a/templates/webpages/am/edit_accounts.html b/templates/webpages/am/edit_accounts.html index 6ccb7a20e..6252ee169 100644 --- a/templates/webpages/am/edit_accounts.html +++ b/templates/webpages/am/edit_accounts.html @@ -143,7 +143,7 @@ window.onload = function() { [% 'Taxkeys and Taxreport Preferences' | $T8 %] -

[% 'Note: Taxkeys must have a "valid from" date, and will not be in effect otherwise.' | $T8 %]

+

[% 'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' | $T8 %]

[% IF account_exists %] -- 2.20.1