From: Alexander Smorkalov Date: Wed, 4 Jul 2012 09:55:00 +0000 (+0000) Subject: Messages updated. Samples rebuild is needed. X-Git-Tag: accepted/2.0/20130307.220821~408 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9718cc79fdfdc0a2c5f15788d8fd1b630f2baa9;p=profile%2Fivi%2Fopencv.git Messages updated. Samples rebuild is needed. --- diff --git a/modules/java/generator/src/java/android+BaseLoaderCallback.java b/modules/java/generator/src/java/android+BaseLoaderCallback.java index b2b8e17..35fa5bb 100644 --- a/modules/java/generator/src/java/android+BaseLoaderCallback.java +++ b/modules/java/generator/src/java/android+BaseLoaderCallback.java @@ -29,8 +29,8 @@ public abstract class BaseLoaderCallback implements LoaderCallbackInterface { { Log.d(TAG, "OpenCV downloading. App restart is needed!"); AlertDialog RestartMessage = new AlertDialog.Builder(mAppContext).create(); - RestartMessage.setTitle("App restart is required"); - RestartMessage.setMessage("Application will be closed now. Start it when installation will be finished!"); + RestartMessage.setTitle("OpenCV asks for restart"); + RestartMessage.setMessage("Please, restart the application to finish installation."); RestartMessage.setCancelable(false); // This blocks the 'BACK' button RestartMessage.setButton("OK", new OnClickListener() { public void onClick(DialogInterface dialog, int which) { @@ -67,7 +67,7 @@ public abstract class BaseLoaderCallback implements LoaderCallbackInterface { Log.d(TAG, "OpenCV Manager Service is uncompatible with this app!"); AlertDialog IncomatibilityMessage = new AlertDialog.Builder(mAppContext).create(); IncomatibilityMessage.setTitle("OpenCV Manager"); - IncomatibilityMessage.setMessage("OpenCV Manager service is incompatible with this app. Update it!"); + IncomatibilityMessage.setMessage("OpenCV Manager service is incompatible with this application. Update it!"); IncomatibilityMessage.setCancelable(false); // This blocks the 'BACK' button IncomatibilityMessage.setButton("OK", new OnClickListener() { public void onClick(DialogInterface dialog, int which) {