Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
2a34665d
Commit
2a34665d
authored
Jan 17, 2019
by
Daniel Lehmberg
Browse files
rename also message identifier
parent
69c69915
Pipeline
#84825
passed with stages
in 100 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereGui/resources/messages.properties
View file @
2a34665d
...
...
@@ -51,7 +51,7 @@ DataProcessingView.msgFileEmpty=File name can't be empty
DataProcessingView.msgFileInUse
=
File name is already in use
DataProcessingView.dialogInvalidFile.label
=
Invalid file name
DataProcessingView.dialogOutputDataKeySelection.label
=
Data Key
DataProcessingView.dialogOutput
Header
Selection.label
=
Index
DataProcessingView.dialogOutput
Indices
Selection.label
=
Index
ProgressPanelDone.text
=
Done
ProgressPanelWorking.text
=
Working...
...
...
VadereGui/resources/messages_de_DE.properties
View file @
2a34665d
...
...
@@ -50,7 +50,7 @@ DataProcessingView.msgFileEmpty=Datei darf nicht leer sein
DataProcessingView.msgFileInUse
=
Dateiname bereits vorhanden
DataProcessingView.dialogInvalidFile.label
=
Ung
\u
00FCltiger Dateiname
DataProcessingView.dialogOutputDataKeySelection.label
=
Rubrik
DataProcessingView.dialogOutput
Header
Selection.label
=
I
ndex
DataProcessingView.dialogOutput
Indices
Selection.label
=
i
ndex
ProgressPanelDone.text
=
Fertig
ProgressPanelWorking.text
=
Arbeite...
...
...
VadereGui/src/org/vadere/gui/projectview/view/DataProcessingView.java
View file @
2a34665d
...
...
@@ -580,7 +580,7 @@ class DataProcessingView extends JPanel implements IJsonView {
c
.
gridx
=
0
;
c
.
gridy
=
2
;
panel
.
add
(
new
JLabel
(
Messages
.
getString
(
"DataProcessingView.dialogOutput
Header
Selection.label"
)+
":"
),
c
);
panel
.
add
(
new
JLabel
(
Messages
.
getString
(
"DataProcessingView.dialogOutput
Indices
Selection.label"
)+
":"
),
c
);
c
.
gridx
=
1
;
c
.
gridy
=
2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment