summaryrefslogtreecommitdiff
path: root/baobab
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-20 18:13:45 +0100
committerraveit65 <[email protected]>2019-03-24 11:18:16 +0100
commitad3ae7d752f1f7ff9baa3cae76be822efb06c640 (patch)
tree240eea4ce589bd43d2b6149864cd6a60e7fd86f6 /baobab
parent1783e808873d96c5d6e887a41813c6c40fe06b09 (diff)
downloadmate-utils-ad3ae7d752f1f7ff9baa3cae76be822efb06c640.tar.bz2
mate-utils-ad3ae7d752f1f7ff9baa3cae76be822efb06c640.tar.xz
mate-dictionary: Use g_strjoin to build license text
full stop at end of sentence in license paragraphs
Diffstat (limited to 'baobab')
-rw-r--r--baobab/src/callbacks.c4
1 files changed, 2 insertions, 2 deletions
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.")
};