=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/i18n/en.properties' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/i18n/en.properties 2014-09-16 00:11:41 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/i18n/en.properties 2014-10-06 17:09:53 +0000 @@ -166,3 +166,4 @@ max=Max select_sub_units=Select sub-units you_do_not_have_access_to_all_items_in_this_favorite=You do not have access to all items in this favorite +show=Show === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2014-10-06 17:02:56 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2014-10-06 17:09:53 +0000 @@ -803,10 +803,12 @@ }, { xtype: 'button', - text: 'Show', + text: NS.i18n.show, height: 19, handler: function() { parameters.setVisible(!parameters.isVisible()); + + this.setText(parameters.isVisible() ? NS.i18n.hide : NS.i18n.show); } } ]