summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-04 20:22:23 +0100
committerSimon Rettberg2016-02-04 20:22:23 +0100
commit9557ed7168816f915c4415a1ef01e8e68848d53e (patch)
tree654e36c9abae2d2202078259367ce2bc2b2d063c /dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java
parent[client] Add icons to lecture and image list buttons (diff)
downloadtutor-module-9557ed7168816f915c4415a1ef01e8e68848d53e.tar.gz
tutor-module-9557ed7168816f915c4415a1ef01e8e68848d53e.tar.xz
tutor-module-9557ed7168816f915c4415a1ef01e8e68848d53e.zip
[client] Improve some texts (image -> vm mostly)
Diffstat (limited to 'dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java
index 4bad25e1..d24db283 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureChangeImageLayout.java
@@ -37,7 +37,7 @@ public class LectureChangeImageLayout extends JDialog {
/**
* The title of the window.
*/
- private static String title = "Image zum Verlinken auswählen";
+ private static String title = "VM zum Verlinken auswählen";
protected LectureChangeImageLayout(Window modalParent) {
super(modalParent, title, modalParent != null ? ModalityType.APPLICATION_MODAL