diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-05 09:38:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-05 09:38:52 +0200 |
commit | c492b0745f682b173187c2ea70a2629d0ee2334b (patch) | |
tree | 7cc4e1d56a5942fb3d18f5a3a0d168ba743c9389 /skins/larry/templates | |
parent | 86d13b73b85cb8da15e3f15632b8fcdb7e245b5a (diff) |
Use the more descriprive label 'move to...' for mailbox list drop-down
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html index 32dc1a46b..6937b00af 100644 --- a/skins/larry/templates/message.html +++ b/skins/larry/templates/message.html @@ -17,7 +17,7 @@ <roundcube:endif /> <roundcube:include file="/includes/mailtoolbar.html" /> <div class="toolbarselect"> - <roundcube:object name="mailboxlist" type="select" noSelection="move" maxlength="25" onchange="rcmail.command('move', this.options[this.selectedIndex].value)" class="mailboxlist decorated" folder_filter="mail" /> + <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('move', this.options[this.selectedIndex].value)" class="mailboxlist decorated" folder_filter="mail" /> </div> </div> |