Skip to content

Commit

Permalink
Merge pull request #638 from patrickheck/patch-12
Browse files Browse the repository at this point in the history
Add reminder to log out and in again to update all
  • Loading branch information
aembler committed Aug 29, 2012
2 parents 4a55e66 + 880540e commit bd63b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function on_start() {
}

public function interface_settings_saved() {
$this->set('message', t('Interface settings saved'));
$this->set('message', t('Interface settings saved. Please log out and in again to update all backend messages.'));
$this->view();
}
public function save_interface_language() {
Expand Down

0 comments on commit bd63b9d

Please sign in to comment.