Browse Source

Issue #24 comment fixed

jess 7 years ago
parent
commit
675f5767b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ui/view/BackgroundPopUp.java

+ 1 - 1
src/ui/view/BackgroundPopUp.java

@@ -202,7 +202,7 @@ public class BackgroundPopUp extends JDialog {
 
 			@Override
 			public void actionPerformed(ActionEvent e) {
-				// Bild ausgewählt?
+				// picture selected?
 				if (!path.isEmpty()) {
 					if (rdbtnImagePixel.isSelected()) {
 						mode = 0;