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



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

    Typo - Put a blank after the fullstop.
    
    (cherry picked from commit 4b3b22812beeda7a90246be6992e1d2b46ce0b7b)

 plug-ins/pygimp/plug-ins/spyro_plus.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/pygimp/plug-ins/spyro_plus.py b/plug-ins/pygimp/plug-ins/spyro_plus.py
index b221ab00f3..7d31c54d88 100644
--- a/plug-ins/pygimp/plug-ins/spyro_plus.py
+++ b/plug-ins/pygimp/plug-ins/spyro_plus.py
@@ -1401,7 +1401,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]