BUG 6947 No translation ID available for "Import XPDL" button

This issue was fixed, the labes was added
This commit is contained in:
Carlos Pacha
2011-05-25 09:17:42 -04:00
parent 03f3eefa9c
commit c19820f14d
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ $oHeadPublisher =& headPublisher::getSingleton();
'ID_STATUS', 'ID_ACTIVATE', 'ID_DEACTIVATE',
'ID_SELECT', 'ID_NO_SELECTION_WARNING', 'ID_MSG_REMOVE_PLUGIN',
'ID_TITLE', 'ID_VERSION', 'ID_STATUS', 'ID_TITLE', 'ID_VERSION', 'ID_DESCRIPTION',
'ID_STATUS', 'ID_PLUGIN_CANT_DELETE'
'ID_STATUS', 'ID_PLUGIN_CANT_DELETE', 'ID_XPDL_IMPORT'
));
$oHeadPublisher->assign('TRANSLATIONS', $translations);
G::RenderPage('publish', 'extJs');

View File

@@ -233,7 +233,7 @@ Ext.onReady(function(){
icon: '/images/import.gif',
handler:importProcess
},{
text:'Import XPDL',
text:TRANSLATIONS.ID_XPDL_IMPORT,
iconCls: 'silk-add',
icon: '/images/import.gif',
handler:importXPDLProcess