diff options
author | thomascube <thomas@roundcube.net> | 2009-06-14 16:49:18 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-06-14 16:49:18 +0000 |
commit | 921270dfcbc8dc0a515782e8aafed08bae865df2 (patch) | |
tree | 3532118767736eff8ba63528bf9db965d7f52c97 /program/localization/de_DE | |
parent | bddf5d09a068bbe3a03863731b525c5277fca879 (diff) |
Icon and better naming for message-edit function
Diffstat (limited to 'program/localization/de_DE')
-rw-r--r-- | program/localization/de_DE/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 8ffafbeb3..fe8777cc5 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -138,6 +138,7 @@ $labels['msgtext'] = 'Nachricht'; $labels['openinextwin'] = 'In neuem Fenster öffnen'; $labels['emlsave'] = 'Lokal speichern (.eml)'; $labels['compose'] = 'Neue Nachricht verfassen'; +$labels['editasnew'] = 'Als neue Nachricht öffnen'; $labels['savemessage'] = 'Nachricht speichern'; $labels['sendmessage'] = 'Nachricht jetzt senden'; $labels['addattachment'] = 'Datei anfügen'; |