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:03:44 +0100
commitc56141f59efa11edee8d9b4f99a2e37ff64f92ba (patch)
tree3374e3b869d784000599eee5e3e0563ce9dc3c7f /baobab
parent0080da43241fcccb27bc9becd4df7583a3efb7a6 (diff)
downloadmate-utils-c56141f59efa11edee8d9b4f99a2e37ff64f92ba.tar.bz2
mate-utils-c56141f59efa11edee8d9b4f99a2e37ff64f92ba.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.")
};