summaryrefslogtreecommitdiff
path: root/sources/prefs/VSDefaultPrefs.java
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 08:57:54 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 08:57:54 +0100
commitf0520c87217902e8109a47784963850cbdb7cd1d (patch)
treef4bbe8f1fad9b82ebc864acaebf6929d29ab5d6c /sources/prefs/VSDefaultPrefs.java
parentc3448b235e697a615a35858326bedb89efb77fc0 (diff)
fix URIs in headers
Diffstat (limited to 'sources/prefs/VSDefaultPrefs.java')
-rw-r--r--sources/prefs/VSDefaultPrefs.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java
index 63a2127..dfb2d2c 100644
--- a/sources/prefs/VSDefaultPrefs.java
+++ b/sources/prefs/VSDefaultPrefs.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org
+ * Copyright (c) 2008 Paul C. Buetow, vs-sim@dev.buetow.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -72,7 +72,7 @@ public class VSDefaultPrefs extends VSSerializablePrefs {
*/
public void fillDefaultStrings() {
initString("lang.en.about", "About");
- initString("lang.en.about.info", "This program used to be the diploma thesis of Paul C. Buetow. Please contact vs@dev.buetow.org, if you find any errors!");
+ initString("lang.en.about.info", "This program used to be the diploma thesis of Paul C. Buetow. Please contact vs-sim@dev.buetow.org, if you find any errors!");
initString("lang.en.activate", "activate");
initString("lang.en.activated", "activated");
initString("lang.en.actualize", "Activation");