Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
1cb2792e
Commit
1cb2792e
authored
1 month ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Style: Add tooltip to saveBtn
parent
077bcb27
master
dev
dev_gui_features_zip_loading
archive/dev_gui_features_zip_loading
2 merge requests
!28
Version 3.17.0 Release
,
!26
Add ZIP-archive support
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CityDoctorParent/CityDoctorModel/src/main/resources/CityDoctorLocalization.properties
+1
-0
...odel/src/main/resources/CityDoctorLocalization.properties
CityDoctorParent/CityDoctorModel/src/main/resources/CityDoctorLocalization_de.properties
+1
-0
...l/src/main/resources/CityDoctorLocalization_de.properties
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.java
+1
-0
...ava/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.java
with
3 additions
and
0 deletions
+3
-0
CityDoctorParent/CityDoctorModel/src/main/resources/CityDoctorLocalization.properties
+
1
-
0
View file @
1cb2792e
...
...
@@ -128,6 +128,7 @@ ZipEntryManager.decompressBtn=Unpack file
ZipEntryManager.decompressAllBtn
=
Unpack all files
ZipEntryManager.checkAllBtn
=
Check all files
ZipEntryManager.showReportBtn
=
Show error statistic
ZipEntryManager.saveBtn
=
Export validation results
ZipEntryManager.cancelBtn
=
Cancel
ZipEntryManager.unknownValue
=
N/A
ZipEntryManager.yes
=
Yes
...
...
This diff is collapsed.
Click to expand it.
CityDoctorParent/CityDoctorModel/src/main/resources/CityDoctorLocalization_de.properties
+
1
-
0
View file @
1cb2792e
...
...
@@ -126,6 +126,7 @@ ZipEntryManager.decompressBtn=Datei entpacken
ZipEntryManager.decompressAllBtn
=
Alle Dateien entpacken
ZipEntryManager.checkAllBtn
=
Alle Dateien pr
\u
00fcfen
ZipEntryManager.showReportBtn
=
Fehlerstatistik anzeigen
ZipEntryManager.saveBtn
=
Validierungsergebnisse exportieren
ZipEntryManager.cancelBtn
=
Abbruch
ZipEntryManager.unknownValue
=
Unbekannt
ZipEntryManager.yes
=
Ja
...
...
This diff is collapsed.
Click to expand it.
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/ZipEntryManager.java
+
1
-
0
View file @
1cb2792e
...
...
@@ -322,6 +322,7 @@ public class ZipEntryManager {
decompressAllBtn
.
setTooltip
(
new
Tooltip
(
Localization
.
getText
(
"ZipEntryManager.decompressAllBtn"
)));
checkAllBtn
.
setTooltip
(
new
Tooltip
(
Localization
.
getText
(
"ZipEntryManager.checkAllBtn"
)));
showReportBtn
.
setTooltip
(
new
Tooltip
(
Localization
.
getText
(
"ZipEntryManager.showReportBtn"
)));
saveBtn
.
setTooltip
(
new
Tooltip
(
Localization
.
getText
(
"ZipEntryManager.saveBtn"
)));
cancelBtn
.
setText
(
Localization
.
getText
(
"ZipEntryManager.cancelBtn"
));
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets