Added save indicator in the options page in Gecko
Firefox doesn't allow extensions to close the options page via
window.close, so this commit adds a "Saved" message each time the
options are saved.
In Chromium, the behavior continues to be the same as before (the
options page is closed after saving the changes).
Change-Id: I4f313f382b527e205ba1dc9976af53cb13a0cba6
diff --git a/src/_locales/ca/messages.json b/src/_locales/ca/messages.json
index a4c45e2..b454bcf 100644
--- a/src/_locales/ca/messages.json
+++ b/src/_locales/ca/messages.json
@@ -71,6 +71,10 @@
"message": "Desa",
"description": "Button in the options page to save the settings"
},
+ "options_saved": {
+ "message": "Desat",
+ "description": "Message which appears in the options page when the settings are saved"
+ },
"inject_links": {
"message": "Enllaços",
"description": "Heading which we use before the 'previous post' link in a user profile in TW"