diff options
| author | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-03 17:51:27 +0000 |
|---|---|---|
| committer | netbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-03 17:51:27 +0000 |
| commit | 1d349455530e10b453ace68c4b55854a7de196bc (patch) | |
| tree | 076aae3c49b0af18fdb234b6b2b76cea3331359b | |
| parent | 31a20c612df4e8a2d7b7a1860c622739f400485f (diff) | |
- pt_BR update to avoid the text-overflow on the compose button of Larry skin
git-svn-id: https://svn.roundcube.net/trunk@6142 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/pt_BR/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/pt_BR/labels.inc b/roundcubemail/program/localization/pt_BR/labels.inc index a70a80d24..62c7e11f5 100644 --- a/roundcubemail/program/localization/pt_BR/labels.inc +++ b/roundcubemail/program/localization/pt_BR/labels.inc @@ -100,7 +100,7 @@ $labels['longdec'] = 'Dezembro'; $labels['today'] = 'Hoje'; $labels['refresh'] = 'Atualizar'; $labels['checkmail'] = 'Verificar se há novas mensagens'; -$labels['compose'] = 'Escrever mensagem'; +$labels['compose'] = 'Criar email'; $labels['writenewmessage'] = 'Criar nova mensagem'; $labels['reply'] = 'Responder'; $labels['replytomessage'] = 'Responder para o remetente'; |
