[gimp] Fix minor typo: entred -> entered



commit 4510e758643298ff1262cc3ae8f8a17284b2c4e4
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Thu Jun 18 05:44:06 2020 +0000

    Fix minor typo: entred -> entered

 plug-ins/common/file-xmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c
index a1d4291f2a..c09f911e49 100644
--- a/plug-ins/common/file-xmc.c
+++ b/plug-ins/common/file-xmc.c
@@ -1226,7 +1226,7 @@ save_dialog (GimpProcedure *procedure,
 
   /* Replace delay */
   button = gimp_prop_check_button_new (config, "delay-replace",
-                                       _("Use delay entred above for "
+                                       _("Use delay entered above for "
                                          "all frames"));
   gtk_grid_attach (GTK_GRID (grid), button, 1, row++, 2, 1);
 


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