Fix the version into 2.2
authorso.yu <so.yu@samsung.com>
Wed, 12 Jun 2013 05:32:30 +0000 (14:32 +0900)
committerso.yu <so.yu@samsung.com>
Wed, 12 Jun 2013 05:32:33 +0000 (14:32 +0900)
Change-Id: I977ef7947dfbe222c30bd19b8d5d993fe1bec1b6
Signed-off-by: so.yu <so.yu@samsung.com>
packaging/apps.CertificateSelector.spec
src/CertificateSelectorForm.cpp

index aa1617b..9b8d2ec 100644 (file)
@@ -1,7 +1,7 @@
 Name:                  apps.CertificateSelector
 Summary:               The app-control of the certificate manager
-Version:               1.2.1.0
-Release:               3
+Version:               1.2.2.0
+Release:               1
 Group:                 TO_BE/FILLED_IN
 License:               Apache License, Version 2.0
 Source0:               %{name}-%{version}.tar.gz
index c0df836..a3a7fdc 100644 (file)
@@ -49,8 +49,8 @@ using namespace Tizen::Security::Cert;
 static const int HD_RESOLUTION_WIDTH = 720;
 static const int ITEM_HEIGHT = 112; // in 720X1280px resolution
 static const int ITEM_LEFT_MARGIN = 26; // in 720X1280px resolution
-static const wchar_t EMPTY_LIST_STRING[] = L"No Certificate";
-static const wchar_t TITLE_STRING[] = L"USER CERTIFICATES";
+static const wchar_t EMPTY_LIST_STRING[] = L"No content";
+static const wchar_t TITLE_STRING[] = L"User certificates";
 static const wchar_t CERT_ID_KEY[] = L"http://tizen.org/appcontrol/data/cert/cert_id";
 static const wchar_t OLD_CERT_ID_KEY[] = L"Id";