From 638165ca6ccb962f1fa75af2a9def4644ce8d523 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 31 Aug 2017 15:35:23 -0400 Subject: [PATCH] command desc i18n --- src/_locales/en/messages.json | 6 ++++++ src/manifest.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 2c60fc62..391d961c 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -741,5 +741,11 @@ }, "experimentalFeature": { "message": "This is currently an experimental feature. Use at your own risk." + }, + "commandAutofillDesc": { + "message": "Auto-fill the last used login for the current website." + }, + "commandGeneratePasswordDesc": { + "message": "Generate and copy a new random password to the clipboard." } } diff --git a/src/manifest.json b/src/manifest.json index da9fde7f..0be9bf7a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -79,13 +79,13 @@ "suggested_key": { "default": "Ctrl+Shift+L" }, - "description": "Auto-fill the last used login for the current website." + "description": "__MSG_commandAutofillDesc__" }, "generate_password": { "suggested_key": { "default": "Ctrl+Shift+Period" }, - "description": "Generate and copy a new random password to the clipboard." + "description": "__MSG_commandGeneratePasswordDesc__" }, "_execute_browser_action": { "suggested_key": {