From 5a49e276b5eeeeed3b1fc5fb4e557f881164f7b2 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 28 Feb 2017 11:32:14 +0100 Subject: [PATCH] add settings_anonymous key --- customize.dist/translations/messages.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 959226a77..05d3141b3 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -65,8 +65,8 @@ define(function () { out.clickToEdit = "Click to edit"; out.forgetButton = 'FORGET'; - out.forgetButtonTitle = 'Remove this document from your home page listings'; - out.forgetPrompt = 'Clicking OK will remove the URL for this pad from localStorage, are you sure?'; + out.forgetButtonTitle = 'Move this pad to the trash'; + out.forgetPrompt = 'Clicking OK will move this pad to your trash. Are you sure?'; out.movedToTrash = 'That pad has been moved to the trash.
Access my Drive'; out.shareButton = 'Share'; @@ -260,6 +260,8 @@ define(function () { out.settings_userFeedbackHint2 = "Your pad's content will never be shared with the server."; out.settings_userFeedback = "Disable user feedback"; + out.settings_anonymous = "You are not logged in. Settings here are specific to this browser."; + // index.html