[glabels] Fixed typo



commit 03609218a247efb40b71dc10827feff80c05dce2
Author: Jim Evins <evins snaught com>
Date:   Wed Dec 23 17:48:08 2009 -0500

    Fixed typo
    
    Fixed typo.

 src/label.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/label.c b/src/label.c
index 6d28f4c..c09021d 100644
--- a/src/label.c
+++ b/src/label.c
@@ -1428,7 +1428,7 @@ gl_label_flip_selection_vert (glLabel *label)
 
 	g_return_if_fail (label && GL_IS_LABEL (label));
 
-        gl_label_checkpoint (label, _("Flip verically"));
+        gl_label_checkpoint (label, _("Flip vertically"));
 
         begin_selection_op (label);
 



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