You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed missing auto-complete in VSCode for JQuery
- Reordered new task dialog inputs, adjusted style, added auto-wildcard for filename (see #123)
- Fixed new task dialog textarea resizing
- Improved explanation of new task dialog asset filename input field
Copy file name to clipboardExpand all lines: src/main/resources/i18n/messages_de.properties
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ tasks.new.cancel = Abbrechen
19
19
tasks.pinned = Meine Pinnwand
20
20
tasks.workbench = Arbeitsfläche
21
21
22
-
all_taskForm.asset_name = Name
23
-
all_taskForm.text=Bitte einen Namen für die neue Asset-Datei eingeben.
24
-
all_taskForm.text2=Wenn der Name existierenden Assets entspricht (neu oder original), werden diese mit der Aufgabe verknüpft. Beispiel: "MeineTextur.tga"
22
+
all_taskForm.asset_name = Dateiname
23
+
all_taskForm.text=Bitte den Namen der Asset-Datei angeben, um die es bei dieser Aufgabe geht.
0 commit comments