From 3f1c68dbd03a77530a35f01bf3275218075e75df Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 8 Aug 2012 06:09:50 +0000 Subject: [PATCH] tile not title! :) SVN revision: 74991 --- src/bin/e_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_utils.c b/src/bin/e_utils.c index 53b5a7394..df5f172df 100644 --- a/src/bin/e_utils.c +++ b/src/bin/e_utils.c @@ -1271,7 +1271,7 @@ e_util_image_import_settings_new(const char *path, void (*cb)(void *data, const RD(_("Stretch"), "stretch", E_IMAGE_IMPORT_STRETCH, 0, 0); RD(_("Center"), "center", E_IMAGE_IMPORT_CENTER, 1, 0); - RD(_("Title"), "tile", E_IMAGE_IMPORT_TILE, 2, 0); + RD(_("Tile"), "tile", E_IMAGE_IMPORT_TILE, 2, 0); RD(_("Within"), "scale_aspect_in", E_IMAGE_IMPORT_SCALE_ASPECT_IN, 3, 0); RD(_("Fill"), "scale_aspect_out", E_IMAGE_IMPORT_SCALE_ASPECT_OUT, 4, 0); #undef RD