diff --git a/src/dialog.c b/src/dialog.c index bbcd4dcb..5518433f 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1587,9 +1587,8 @@ void wShowLegalPanel(WScreen *scr) "of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. " "See the GNU General Public License for more details.\n\n" " You should have received a copy of the GNU General Public " - "License along with this program; if not, write to the Free Software " - "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA" - "02110-1301 USA.")); + "License along with this program; if not, see " + ".")); WMRealizeWidget(panel->win); WMMapSubwidgets(panel->win);