summaryrefslogtreecommitdiff
path: root/plugins/vcard_attachments/vcard_attachments.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-07-04 08:09:38 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-07-04 08:09:38 +0000
commit205ef9ba0fa704d5a3023a3b113d85d6424764ea (patch)
tree8ffc864ddf3ff2775c23f9c6282c7c37c424b55f /plugins/vcard_attachments/vcard_attachments.php
parentddc9f7374a2d5cf1e669f8b254c0815a2b9ea8dd (diff)
- Fixed typo in label name
- Added cs_CZ localization git-svn-id: https://svn.roundcube.net/trunk@3803 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments/vcard_attachments.php')
-rw-r--r--plugins/vcard_attachments/vcard_attachments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vcard_attachments/vcard_attachments.php b/plugins/vcard_attachments/vcard_attachments.php
index 9706bb2db..17dff4dc3 100644
--- a/plugins/vcard_attachments/vcard_attachments.php
+++ b/plugins/vcard_attachments/vcard_attachments.php
@@ -90,7 +90,7 @@ class vcard_attachments extends rcube_plugin
html::a(array(
'href' => "#",
'onclick' => "return plugin_vcard_save_contact('".JQ($part.':'.$idx)."')",
- 'title' => $this->gettext('addvardmsg')),
+ 'title' => $this->gettext('addvcardmsg')),
html::img(array('src' => $this->url('vcard_add_contact.png'),
'style' => "vertical-align:middle")))
. ' ' . html::span(null, Q($display)));