From 6cd8c5088a61c77e351c413532b64b477a90dbd1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 8 May 2019 12:08:15 +0200 Subject: Fix FSF address Reported by translators --- src/math-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math-window.c b/src/math-window.c index 2e265a8..de7045f 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -248,7 +248,7 @@ static void about_cb(GtkWidget* widget, MathWindow* window) "GNU General Public License for more details."), N_("You should have received a copy of the GNU General Public License " "along with MATE Calculator; if not, write to the Free Software Foundation, Inc., " - "151 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA") + "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.") }; char *license_trans = g_strjoin ("\n\n", _(license[0]), _(license[1]), _(license[2]), NULL); -- cgit v1.2.1