The code passes to drupal_set_title() a string that is not translated.

346	function popups_admin_settings() {
347	  drupal_set_title("Popups Settings");
348	  $form = array();

Comments

avpaderno’s picture

The code I reported before it was not for the development snapshot 2.x-dev, but similar code is present in that version.

393	function popups_admin_settings() {
394	  popups_add_popups();
395	  drupal_set_title("Popups Settings");
396	  $form = array();
397	  // ...
426	}
avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, which is for a not supported Drupal version.