Replace "Open Folder" with "Open Directory"

This was the only occurence of "Folder" term in the pot.


SVN revision: 81661
This commit is contained in:
Igor Murzov 2012-12-23 23:03:49 +00:00
parent ae591bde1b
commit 773454898d
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,7 @@ _plugins_init(const Evry_API *api)
_file_trash_action, NULL, 1);
EVRY_ITEM_DATA_INT_SET(act, ACT_TRASH);
ACTION_NEW("Open Folder (EFM)", 0, "folder-open",
ACTION_NEW("Open Directory", 0, "folder-open",
_open_folder_action, _open_folder_check, 1);
act->remember_context = EINA_TRUE;