From a6a61aecf8f70aeb904dd2bc422dabe2067a0bc2 Mon Sep 17 00:00:00 2001 From: "so.yu" Date: Wed, 12 Jun 2013 14:32:30 +0900 Subject: [PATCH] Fix the version into 2.2 Change-Id: I977ef7947dfbe222c30bd19b8d5d993fe1bec1b6 Signed-off-by: so.yu --- packaging/apps.CertificateSelector.spec | 4 ++-- src/CertificateSelectorForm.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/apps.CertificateSelector.spec b/packaging/apps.CertificateSelector.spec index aa1617b..9b8d2ec 100644 --- a/packaging/apps.CertificateSelector.spec +++ b/packaging/apps.CertificateSelector.spec @@ -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 diff --git a/src/CertificateSelectorForm.cpp b/src/CertificateSelectorForm.cpp index c0df836..a3a7fdc 100644 --- a/src/CertificateSelectorForm.cpp +++ b/src/CertificateSelectorForm.cpp @@ -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"; -- 2.7.4