change Import button to Use on import dialog to make it more versatile

SVN revision: 75760
This commit is contained in:
Mike Blumenkrantz 2012-08-28 08:14:13 +00:00
parent ea33bae40b
commit 4f5bf08c9a
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ e_import_dialog_show(E_Container *con, const char *dev, const char *path, Ecore_
e_widget_size_min_get(ofm, &w, &h);
e_dialog_content_set(dia, ofm, w, h);
e_dialog_button_add(dia, _("Import"), NULL, _fsel_cb_ok, id);
e_dialog_button_add(dia, _("Use"), NULL, _fsel_cb_ok, id);
e_dialog_button_add(dia, _("Cancel"), NULL, _fsel_cb_close, id);
e_dialog_border_icon_set(dia, "enlightenment/background");
e_dialog_show(dia);