[IMP]plugin_thunderbird:rename button create partner into create contact

bzr revid: help-20120827121046-agboaln0mlf6l9tf
This commit is contained in:
help 2012-08-27 17:40:46 +05:30
parent 65f532e001
commit 396fe6dad0
3 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@
</groupbox>
<hbox align="right">
<button label="cancel" image="&imagecancel.value;" oncommand="close();" />
<button label="create partner" image="&imageok.value;" oncommand="createContact();"/>
<button label="create contact" image="&imageok.value;" oncommand="createContact();"/>
</hbox>
</window>