OSDN Git Service

Whats new
authorKoushik Dutta <koushd@gmail.com>
Sat, 30 Mar 2013 23:29:20 +0000 (16:29 -0700)
committerKoushik Dutta <koushd@gmail.com>
Sat, 30 Mar 2013 23:29:20 +0000 (16:29 -0700)
Change-Id: I735ab266e3dab47b778ebe269985ea65781bf081

Superuser/src/com/koushikdutta/superuser/MainActivity.java

index bd8aee9..4b485df 100644 (file)
@@ -227,7 +227,7 @@ public class MainActivity extends BetterListActivity {
     }
     
     // this is intentionally not localized as it will change constantly.
-    private static final String WHATS_NEW = "Added translations.\n\nFixes for x86.";
+    private static final String WHATS_NEW = "This update includes a security fix. See Google Play release notes for more information.";
     protected void doWhatsNew() {
         if (WHATS_NEW.equals(Settings.getString(this, "whats_new")))
             return;