From f0520c87217902e8109a47784963850cbdb7cd1d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 08:57:54 +0100 Subject: fix URIs in headers --- sources/prefs/VSDefaultPrefs.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/prefs/VSDefaultPrefs.java') 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"); -- cgit v1.2.3