diff --git a/.gitignore b/.gitignore index 1708dc40..ac8fd4e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store pull_locales_login.rb +.vscode diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0e109179..b19da47a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -337,6 +337,14 @@ "message": "Load Styles", "description": "Text for a link that loads styles within the popup" }, + "remoteStyleInstall": { + "message": "Install", + "description": "Text for a button that installs a remote style" + }, + "remoteStyleInstallTooltip": { + "message": "Install this style permanently", + "description": "Tooltip for a button that installs a remote style" + }, "findStylesForSite": { "message": "Find more styles for this site", "description": "Text for a link that gets a list of styles for the current site" diff --git a/popup.html b/popup.html index 0d0e959c..4573ab94 100644 --- a/popup.html +++ b/popup.html @@ -3,6 +3,7 @@
+