diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-14 17:54:36 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-14 17:54:36 +0200 |
commit | 1e22cb1e86d1e4c9e689d2e5bca7beccb380742a (patch) | |
tree | aeb31ace17f5bc982922c69ed703a4c144557866 /skins/classic/templates/compose.html | |
parent | 47d8931484a47ed345677497de7e41ffbd2368b5 (diff) |
Unify some labels
Diffstat (limited to 'skins/classic/templates/compose.html')
-rw-r--r-- | skins/classic/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index 4705600c7..19b22bc69 100644 --- a/skins/classic/templates/compose.html +++ b/skins/classic/templates/compose.html @@ -202,7 +202,7 @@ <li><label class="comment"><roundcube:label name="insertresponse" /></label></li> <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" /> <li><label class="comment"><roundcube:label name="manageresponses" /></label></li> - <li><roundcube:button command="save-response" type="link" label="savenewresponse" classAct="active" unselectable="on" /></li> + <li><roundcube:button command="save-response" type="link" label="newresponse" classAct="active" unselectable="on" /></li> <li><roundcube:button command="responses" type="link" label="editresponses" classAct="active" /></li> </ul> </div> |