summaryrefslogtreecommitdiff
path: root/Assistant/Threads/Cronner.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-22 16:30:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-22 16:30:23 -0400
commitab8e457f99ebe309d6155607026051e52f59216d (patch)
tree6887b45ba758e60cc80b4e3a3006aa870b0b38c9 /Assistant/Threads/Cronner.hs
parent3ca53d2779c695ebb6cbdd210fea2167562637ff (diff)
UI tweaks
Diffstat (limited to 'Assistant/Threads/Cronner.hs')
-rw-r--r--Assistant/Threads/Cronner.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Cronner.hs b/Assistant/Threads/Cronner.hs
index 786044b20..d0d277d77 100644
--- a/Assistant/Threads/Cronner.hs
+++ b/Assistant/Threads/Cronner.hs
@@ -192,7 +192,7 @@ runActivity' urlrenderer (ScheduledSelfFsck _ d) = do
when (Git.Fsck.foundBroken fsckresults) $ do
u <- liftAnnex getUUID
liftAnnex $ writeFsckResults u fsckresults
- button <- mkAlertButton True (T.pack "Repair") urlrenderer $
+ button <- mkAlertButton True (T.pack "Click Here") urlrenderer $
RepairRepositoryR u
void $ addAlert $ brokenRepositoryAlert button
mapM_ reget =<< liftAnnex (dirKeys gitAnnexBadDir)