From 53bd3da58fc5c3ff6676be17ba2da22d7cdf76e0 Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Sun, 8 Dec 2013 20:14:33 -0500 Subject: [PATCH] Remove 4 unused live preview messages Most of these are obsolete because there is no longer a separate "Live preview" button on the edit form. * showlivepreview * livepreview-ready * livepreview-failed * livepreview-error SemanticMediaWiki uses 'livepreview-loading', so I left that message in for now. Change-Id: I51d014eb2c3dcf5ff1b91a00d5dc3e5b0c580459 --- languages/i18n/en.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 5453c5f07d..7279133870 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -597,7 +597,6 @@ "savearticle": "Save page", "preview": "Preview", "showpreview": "Show preview", - "showlivepreview": "Live preview", "showdiff": "Show changes", "anoneditwarning": "Warning: You are not logged in.\nYour IP address will be recorded in this page's edit history.", "anonpreviewwarning": "You are not logged in. Saving will record your IP address in this page's edit history.", @@ -3148,9 +3147,6 @@ "bitrate-zetabits": "$1 Zbps", "bitrate-yottabits": "$1 Ybps", "livepreview-loading": "Loading...", - "livepreview-ready": "Loading... Ready!", - "livepreview-failed": "Live preview failed!\nTry normal preview.", - "livepreview-error": "Failed to connect: $1 \"$2\".\nTry normal preview.", "lag-warn-normal": "Changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.", "lag-warn-high": "Due to high database server lag, changes newer than $1 {{PLURAL:$1|second|seconds}} may not be shown in this list.", "editwatchlist-summary": "", -- 2.20.1