Skip to content

Commit

Permalink
(js) Localization of toast message
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Aug 20, 2015
1 parent e3b64e0 commit 2f82b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions UI/PreferencesUI/English.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* toolbar */
"Save and Close" = "Save and Close";
"Close" = "Close";
"Preferences saved" = "Preferences saved";

/* tabs */
"General" = "General";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
vm.preferences.$save().then(function(data) {
$mdToast.show(
$mdToast.simple()
.content('Preferences saved!')
.content(l('Preferences saved'))
.position('top right')
.hideDelay(3000)
);
Expand Down

0 comments on commit 2f82b5c

Please sign in to comment.