# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/pedrorocha/Workspace/www-localhost/singleview/sites/all/modules/contrib/eck
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: eck.entity_type.inc
--- eck.entity_type.inc Base (BASE)
+++ eck.entity_type.inc Locally Modified (Based On LOCAL)
@@ -196,7 +196,7 @@
  */
 function eck__entity_type__form_submit($form, &$state) {
   
-  if($state['values']['op'] == "Save"){
+  if($state['values']['op'] == t("Save")){
     // This are required so I don't have to do any checks.
     $entity_type = $state['values']['entity_type'];
     
