File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,8 +354,8 @@ public void showPostBuildMessage(int appComp) {
354
354
if (showWallpaperSelectMessage && appComp == AndroidBuild .WALLPAPER ) {
355
355
JLabel text1 = new JLabel ("<html>Processing just built and installed your sketch as a<br>" +
356
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>" );
357
+ "You need to open the wallpaper selector in the device in order<br>" +
358
+ "to set it as the new background.</html>" );
359
359
JComponent [] text = new JComponent [] { text1 };
360
360
String title = "Wallpaper installed!" ;
361
361
showMessage (title , text , 400 , 100 );
You can’t perform that action at this time.
0 commit comments