From 330cc5a5ecb56aad8157e0e7b8222ac1c3487617 Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Wed, 1 Aug 2012 16:59:31 +0900 Subject: [PATCH] [Title]modified for incorrect spelled message [Type]Bugfix [Module]eventinjector-eplugin [Priority]Major [Jira#]N_SE-6335 [Redmine#] // Redmine Isuue Number [Problem] // Problem Description [Cause] // Cause Description [Solution] // Solution Description [TestCase] // Executed the test-target (How to) --- org.tizen.device/src/org/tizen/device/sdcard/page/SdcardPage.java | 4 ++-- package/pkginfo.manifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.tizen.device/src/org/tizen/device/sdcard/page/SdcardPage.java b/org.tizen.device/src/org/tizen/device/sdcard/page/SdcardPage.java index 0f0489b..30b8812 100644 --- a/org.tizen.device/src/org/tizen/device/sdcard/page/SdcardPage.java +++ b/org.tizen.device/src/org/tizen/device/sdcard/page/SdcardPage.java @@ -181,7 +181,7 @@ public class SdcardPage extends AbstractInjectorPage implements ISelectionListen { // sdcard is already mounted from other emulator. Shell shell = parent.getShell(); - InjectorDialog.openInfoDialog(shell, InjectorDialog.TITLE, "Device or resouece is busy.\nPlease try again later."); + InjectorDialog.openInfoDialog(shell, InjectorDialog.TITLE, "Device or resource is busy.\nPlease try again later."); mntButtonClick(); SDcardSocket.getInstance().umountOk = true; } @@ -338,4 +338,4 @@ public class SdcardPage extends AbstractInjectorPage implements ISelectionListen } } } -} \ No newline at end of file +} diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 27a0051..1a6a74f 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Source:eventinjector-eplugin -Version:0.2.47 +Version:0.2.48 Maintainer:yeongkyoon Lee , sungmin Ha Package:eventinjector-eplugin -- 2.7.4