summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-15 02:53:19 +0300
committerPaul Buetow <paul@buetow.org>2025-04-15 02:53:19 +0300
commit822c7de49419775fe20c982a302b95987bbac2cf (patch)
tree25f84e977d206fe2d3fddae4238f56b49999ddc1 /sources/prefs/VSPrefs.java
parent53b373ad26ff3f3c1900b9baa0d5366113884ef6 (diff)
more translation into english
Diffstat (limited to 'sources/prefs/VSPrefs.java')
-rw-r--r--sources/prefs/VSPrefs.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java
index 9209e55..e7b5295 100644
--- a/sources/prefs/VSPrefs.java
+++ b/sources/prefs/VSPrefs.java
@@ -844,7 +844,6 @@ public class VSPrefs {
String val = stringPrefs.get(key);
if (val == null) {
- // TODO: Redirect all string keys with prefix "lang" to static lang map.
System.err.println("Fatal: No such string config value \"" + key + "\"");
System.exit(1);
}