From fe7439372cbbcc8bf54d2110e412f01671a4b903 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 18 Aug 2015 18:03:52 +0200 Subject: [client] critical bugfix --- .../src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dozentenmodul/src/main/java') diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java index a17e9f1b..edb430de 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java @@ -386,7 +386,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa if (!hasLatestVersion(image)) return; // requires confirmation of the user - if (!Gui.showMessageBox(me, "Wollen Sie die letzte Version von dieses Image wirklich löschen?", + if (!Gui.showMessageBox(me, "Wollen Sie die letzte Version dieses Images wirklich löschen?", MessageType.QUESTION_YESNO, LOGGER, null)) return; // try to actually delete this version of the image -- cgit v1.2.3-55-g7522