diff options
| author | Jonathan Bauer | 2015-08-18 18:03:52 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2015-08-18 18:03:52 +0200 |
| commit | fe7439372cbbcc8bf54d2110e412f01671a4b903 (patch) | |
| tree | 3adbd611985154887612f1af630596c3637b1e6d /dozentenmodul/src/main/java/org | |
| parent | [client] ESC to close lecture details (diff) | |
| download | tutor-module-fe7439372cbbcc8bf54d2110e412f01671a4b903.tar.gz tutor-module-fe7439372cbbcc8bf54d2110e412f01671a4b903.tar.xz tutor-module-fe7439372cbbcc8bf54d2110e412f01671a4b903.zip | |
[client] critical bugfix
Diffstat (limited to 'dozentenmodul/src/main/java/org')
| -rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
