diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 02:41:13 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 02:41:13 +0000 |
| commit | 5d1f618ce1188a375cf8d3015cae6977dc35267d (patch) | |
| tree | 72400d421581cc4347df5094f055999df9484deb | |
| parent | 9b2bcfcaeaee438b361e660850f42c9601d14845 (diff) | |
Fix name of a specific label.
| -rw-r--r-- | roundcubemail/skins/npk/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/npk/templates/message.html b/roundcubemail/skins/npk/templates/message.html index 3e7b74841..1ed19ebe5 100644 --- a/roundcubemail/skins/npk/templates/message.html +++ b/roundcubemail/skins/npk/templates/message.html @@ -26,7 +26,7 @@ <li><roundcube:button command="reply" type="link" label="buttonbarreply" title="replytomessage" /></li> <li><roundcube:button command="reply-all" type="link" label="buttonbarreplyall" title="replytoallmessage" /></li> <li><roundcube:button command="forward" type="link" label="buttonbarforward" title="forwardmessage" /></li> -<li><roundcube:button command="viewsource" type="link" label="buttonviewsource" title="viewsource" /></li> +<li><roundcube:button command="viewsource" type="link" label="buttonbarviewsource" title="viewsource" /></li> <li id="hamnotspamli" style="display: none"><roundcube:button name="hamnotspambutton" id="hamnotspambutton" type="link" label="buttonbarnotspam" title="notspammessages" onclick="rcmail.command('copyto','INBOX',this);rcmail.command('moveto','HamNotSpam',this)" /></li> <li style="background: transparent; border: 0;"> |
