From 1c029b9c7c67c9603e9044b65c843300dd73ecb8 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 01 Jan 2012 07:55:35 -0500 Subject: [PATCH] - Fix label too long (#1488283), fix polish translation --- program/steps/addressbook/search.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index e4ce2d6..c9c162a 100644 --- a/program/steps/addressbook/search.inc +++ b/program/steps/addressbook/search.inc @@ -252,7 +252,7 @@ $form = array( 'main' => array( - 'name' => rcube_label('contactproperties'), + 'name' => rcube_label('properties'), 'content' => array( ), ), -- Gitblit v1.9.1