From c87208c3ccdd1d8c3a3c423ed3c23776fc9ea92c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 3 Feb 2006 03:07:07 +0000 Subject: [PATCH] better button label SVN revision: 20215 --- src/bin/e_int_config_background.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_background.c b/src/bin/e_int_config_background.c index 7fd335265..1d253c432 100644 --- a/src/bin/e_int_config_background.c +++ b/src/bin/e_int_config_background.c @@ -114,7 +114,7 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf e_widget_table_object_append(ot, il, 0, 0, 1, 2, 1, 1, 1, 1); /* Add import Button */ - o = e_widget_button_add(evas, _("Select An Image"), NULL, _bg_config_dialog_cb_import, cfd, NULL); + o = e_widget_button_add(evas, _("Select Another Image..."), NULL, _bg_config_dialog_cb_import, cfd, NULL); e_widget_table_object_append(ot, o, 0, 2, 1, 1, 1, 0, 0, 0); of = e_widget_framelist_add(evas, _("Background Preview"), 0);