From 16d618a4d609801af664e1e3c1ea98df2ea6faf2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 7 Aug 2013 06:36:47 +0200 Subject: [PATCH] (Android Phoenix) Change name 'Two modes of play - pick one' --- android/phoenix/src/org/retroarch/browser/RetroArch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/phoenix/src/org/retroarch/browser/RetroArch.java b/android/phoenix/src/org/retroarch/browser/RetroArch.java index e6d14537e6..fd101e96a2 100644 --- a/android/phoenix/src/org/retroarch/browser/RetroArch.java +++ b/android/phoenix/src/org/retroarch/browser/RetroArch.java @@ -360,7 +360,7 @@ public class RetroArch extends Activity implements if (!detectDevice(false)) { AlertDialog.Builder alert = new AlertDialog.Builder(this) - .setTitle("Two modes of play") + .setTitle("Two modes of play - pick one") .setMessage("RetroArch has two modes of play: synchronize to refreshrate, and threaded video.\n\nSynchronize to refreshrate gives the most accurate results and can produce the smoothest results. However, it is hard to configure right and might result in unpleasant audio crackles when it has been configured wrong.\n\nThreaded video should work fine on most devices, but applies some adaptive video jittering to achieve this.\n\nChoose which of the two you want to use. (If you don't know, go for Threaded video). ") .setPositiveButton("Threaded video", new DialogInterface.OnClickListener() { @Override