Skip to content

Commit 959b7b2

Browse files
committed
corrected label
1 parent 1f62124 commit 959b7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processing/mode/android/AndroidMode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ public void showPostBuildMessage(int appComp) {
354354
if (showWallpaperSelectMessage && appComp == AndroidBuild.WALLPAPER) {
355355
JLabel text1 = new JLabel("<html>Processing just built and installed your sketch as a<br>" +
356356
"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>");
357+
"You need to open the wallpaper selector in the device in order<br>"+
358+
"to set it as the new background.</html>");
359359
JComponent[] text = new JComponent[] { text1 };
360360
String title = "Wallpaper installed!";
361361
showMessage(title, text, 400, 100);

0 commit comments

Comments
 (0)