summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
diff options
context:
space:
mode:
authorStephan Schwaer2015-10-05 17:52:28 +0200
committerStephan Schwaer2015-10-05 17:52:28 +0200
commit8c90c0716a148272d6e5b2216597c0f940825d9b (patch)
tree076e18ab730629c3101f8e8bc4768a36fa48761e /dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
parent[client] Fixed NPE when opening links. (diff)
downloadtutor-module-8c90c0716a148272d6e5b2216597c0f940825d9b.tar.gz
tutor-module-8c90c0716a148272d6e5b2216597c0f940825d9b.tar.xz
tutor-module-8c90c0716a148272d6e5b2216597c0f940825d9b.zip
[client] Now possible to delete multiple images. Needs cleanup
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
index 54ef67fe..3fdff1c7 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
@@ -27,7 +27,7 @@ public abstract class ImageListWindowLayout extends CompositePage {
protected final static String infoTitleString = "Übersicht Virtuelle Maschinen";
protected final static String newButtonLabel = "Neue VM";
protected final static String newLectureButtonLabel = "Neue Veranstaltung";
- protected final static String editButtonLabel = "Bearbeiten";
+ protected final static String editButtonLabel = "Detailansicht";
protected final static String downloadButtonLabel = "Download";
protected final static String deleteButtonLabel = "Löschen";
protected final static String switchViewButtonLabel = "Zu 'Veranstaltungen' wechseln";