summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
diff options
context:
space:
mode:
authorJonathan Bauer2015-08-18 18:03:52 +0200
committerJonathan Bauer2015-08-18 18:03:52 +0200
commitfe7439372cbbcc8bf54d2110e412f01671a4b903 (patch)
tree3adbd611985154887612f1af630596c3637b1e6d /dozentenmodul/src/main/java
parent[client] ESC to close lecture details (diff)
downloadtutor-module-fe7439372cbbcc8bf54d2110e412f01671a4b903.tar.gz
tutor-module-fe7439372cbbcc8bf54d2110e412f01671a4b903.tar.xz
tutor-module-fe7439372cbbcc8bf54d2110e412f01671a4b903.zip
[client] critical bugfix
Diffstat (limited to 'dozentenmodul/src/main/java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java2
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