summaryrefslogtreecommitdiff
path: root/skins/classic
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-14 17:54:36 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-14 17:54:36 +0200
commit1e22cb1e86d1e4c9e689d2e5bca7beccb380742a (patch)
treeaeb31ace17f5bc982922c69ed703a4c144557866 /skins/classic
parent47d8931484a47ed345677497de7e41ffbd2368b5 (diff)
Unify some labels
Diffstat (limited to 'skins/classic')
-rw-r--r--skins/classic/templates/addressbook.html2
-rw-r--r--skins/classic/templates/compose.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/templates/addressbook.html b/skins/classic/templates/addressbook.html
index 98658f28b..53995860d 100644
--- a/skins/classic/templates/addressbook.html
+++ b/skins/classic/templates/addressbook.html
@@ -63,7 +63,7 @@
<roundcube:object name="directorylist" id="directorylist" class="treelist" />
</div>
<div id="directorylist-footer" class="boxfooter">
- <roundcube:button command="group-create" type="link" title="newcontactgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
+ <roundcube:button command="group-create" type="link" title="newgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
<roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="moreactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " />
</div>
</div>
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>