s/Specific/Suggested/

SVN revision: 78431
This commit is contained in:
Mike Blumenkrantz 2012-10-25 09:29:26 +00:00
parent dffa617793
commit 1901f43c35
1 changed files with 1 additions and 1 deletions

View File

@ -2617,7 +2617,7 @@ _e_fwin_file_open_dialog(E_Fwin_Page *page,
// Adding Specific Applications list into widget
if (apps)
e_widget_ilist_header_append(o, NULL, _("Specific Applications"));
e_widget_ilist_header_append(o, NULL, _("Suggested Applications"));
mlist = eina_list_free(mlist);
EINA_LIST_FOREACH(apps, l, desk)
{