summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-05-08 12:08:15 +0200
committerraveit65 <[email protected]>2019-05-08 12:29:05 +0200
commit6cd8c5088a61c77e351c413532b64b477a90dbd1 (patch)
treea04a75a08c11b1a3e408bfdde401c651f310e484
parent1ae401a28e2730c8fc2d6ae8e0deb553562870f4 (diff)
downloadmate-calc-6cd8c5088a61c77e351c413532b64b477a90dbd1.tar.bz2
mate-calc-6cd8c5088a61c77e351c413532b64b477a90dbd1.tar.xz
Fix FSF address
Reported by translators
-rw-r--r--src/math-window.c2
1 files changed, 1 insertions, 1 deletions
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);