Skip to content

Commit

Permalink
fixed i18n
Browse files Browse the repository at this point in the history
fixed rst
  • Loading branch information
delijati committed Aug 22, 2013
1 parent a474537 commit 1274598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spiffform/spiffform.js
Expand Up @@ -629,6 +629,7 @@ spiffform_elements.partsfield = SpiffFormPartsField;
// -----------------------
var SpiffFormEntryField = function() {
this._name = $.i18n._('Entry Field');
this._label = $.i18n._('Entry Field');
this._value = '';
var that = this;

Expand Down Expand Up @@ -704,6 +705,7 @@ spiffform_elements.entryfield = SpiffFormEntryField;
// -----------------------
var SpiffFormTextArea = function() {
this._name = $.i18n._('Text Area');
this._label = $.i18n._('Text Area');
this._value = '';
var that = this;

Expand Down

0 comments on commit 1274598

Please sign in to comment.