From 952ccf201f3c83ae941cbd9934043486068888a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 19 Nov 2010 21:27:17 +0100 Subject: [PATCH] =?utf8?q?Add=20tooltips=20to=20=E2=80=9Clock=E2=80=9D=20a?= =?utf8?q?nd=20=E2=80=9Cunlock=E2=80=9D=20buttons.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/i18n/sone.en.properties | 2 ++ src/main/resources/templates/include/viewSone.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index a412903..0dd21d0 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -137,7 +137,9 @@ View.CreateSone.Text.Error.NoIdentity=You have not selected an identity. View.Sone.Label.LastUpdate=Last update: View.Sone.Button.UnlockSone=unlock +View.Sone.Button.UnlockSone.Tooltip=Allow this Sone to be inserted now View.Sone.Button.LockSone=lock +View.Sone.Button.LockSone.Tooltip=Prevents this Sone from being inserted right now View.Sone.Button.UnfollowSone=unfollow View.Sone.Button.FollowSone=follow View.Sone.Status.Modified=This Sone was modified and waits to be inserted. diff --git a/src/main/resources/templates/include/viewSone.html b/src/main/resources/templates/include/viewSone.html index 82c0861..22758a1 100644 --- a/src/main/resources/templates/include/viewSone.html +++ b/src/main/resources/templates/include/viewSone.html @@ -14,13 +14,13 @@ - +
- +
<%/if> <%if ! sone.current> -- 2.7.4