summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-05-08 12:08:15 +0200
committermonsta <[email protected]>2020-01-20 16:03:55 +0300
commitf7a5ce70f0c513831d2089c9f27fa76cb8fc9ca6 (patch)
tree55ec5451da6e22bef7ede9638deaf6b2473e7129
parentacedce5c72da86a1c5e723ad64315407705e0325 (diff)
downloadmate-calc-f7a5ce70f0c513831d2089c9f27fa76cb8fc9ca6.tar.bz2
mate-calc-f7a5ce70f0c513831d2089c9f27fa76cb8fc9ca6.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);