recovery: Mark as Lineage Recovery

* So many users think they accidetally restored the stock
  Recovery right now, as we haven't brough our custom UI
  up yet. Make it easier to discern.

Change-Id: Ic803be129e30810c9832a31d0067d981cd9795b3
diff --git a/recovery.cpp b/recovery.cpp
index 74016be..596783c 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -724,7 +724,7 @@
 
   std::vector<std::string> title_lines =
       android::base::Split(android::base::GetProperty("ro.build.fingerprint", ""), ":");
-  title_lines.insert(std::begin(title_lines), "Android Recovery");
+  title_lines.insert(std::begin(title_lines), "Lineage Recovery");
   ui->SetTitle(title_lines);
 
   ui->ResetKeyInterruptStatus();
diff --git a/recovery_ui/include/recovery_ui/screen_ui.h b/recovery_ui/include/recovery_ui/screen_ui.h
index 6a125c0..2a5ab4c 100644
--- a/recovery_ui/include/recovery_ui/screen_ui.h
+++ b/recovery_ui/include/recovery_ui/screen_ui.h
@@ -127,7 +127,7 @@
   size_t MenuEnd() const;
 
   // Menu example:
-  // info:                           Android Recovery
+  // info:                           Lineage Recovery
   //                                 ....
   // help messages:                  Swipe up/down to move
   //                                 Swipe left/right to select