From ad3ae7d752f1f7ff9baa3cae76be822efb06c640 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 20 Mar 2019 18:13:45 +0100 Subject: mate-dictionary: Use g_strjoin to build license text full stop at end of sentence in license paragraphs --- baobab/src/callbacks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'baobab/src') diff --git a/baobab/src/callbacks.c b/baobab/src/callbacks.c index 1f6ddbc8..bc4915cd 100644 --- a/baobab/src/callbacks.c +++ b/baobab/src/callbacks.c @@ -17,7 +17,7 @@ * 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 St, Fifth Floor, - * Boston, MA 02110-1301 USA + * Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H @@ -85,7 +85,7 @@ on_about_activate (GtkMenuItem *menuitem, gpointer user_data) 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") + "Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.") }; -- cgit v1.2.1