[gimp] Typo - Put a blank after the fullstop.



commit 4b3b22812beeda7a90246be6992e1d2b46ce0b7b
Author: sabri ünal <yakushabb gmail com>
Date:   Sat Feb 9 01:38:19 2019 +0000

    Typo - Put a blank after the fullstop.

 plug-ins/pygimp/plug-ins/spyro_plus.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/pygimp/plug-ins/spyro_plus.py b/plug-ins/pygimp/plug-ins/spyro_plus.py
index e6cd464ec5..18a9fd7303 100644
--- a/plug-ins/pygimp/plug-ins/spyro_plus.py
+++ b/plug-ins/pygimp/plug-ins/spyro_plus.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2
 
 # Draw Spyrographs, Epitrochoids, and Lissajous curves with interactive feedback.
 #
@@ -1102,7 +1102,7 @@ class SpyroWindow(gtk.Window):
 
             row += 1
             label_in_table(_("Tool"), table, row,
-                           _("The tool with which to draw the pattern."
+                           _("The tool with which to draw the pattern. "
                              "The Preview tool just draws quickly."))
             self.tool_combo = set_combo_in_table([tool.name for tool in tools], table, row,
                                                  self.tool_combo_changed)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]