We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f62124 commit 959b7b2Copy full SHA for 959b7b2
1 file changed
src/processing/mode/android/AndroidMode.java
@@ -354,8 +354,8 @@ public void showPostBuildMessage(int appComp) {
354
if (showWallpaperSelectMessage && appComp == AndroidBuild.WALLPAPER) {
355
JLabel text1 = new JLabel("<html>Processing just built and installed your sketch as a<br>" +
356
"live wallpaper on the selected device.<br><br>" +
357
- "You need to open the wallpaper selector in the device in order to<br>"+
358
- "set it as the new background.</html>");
+ "You need to open the wallpaper selector in the device in order<br>"+
+ "to set it as the new background.</html>");
359
JComponent[] text = new JComponent[] { text1 };
360
String title = "Wallpaper installed!";
361
showMessage(title, text, 400, 100);
0 commit comments