From 1734d21b8e4d79bcc7017dd57724bdb44cfd7024 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 4 Jul 2014 15:12:37 -0700 Subject: [PATCH] Update placeholder text in PC view --- src/com/limelight/PcView.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/limelight/PcView.java b/src/com/limelight/PcView.java index d3ac3da1..4e233234 100644 --- a/src/com/limelight/PcView.java +++ b/src/com/limelight/PcView.java @@ -467,7 +467,8 @@ public class PcView extends Activity { private void addListPlaceholder() { pcListAdapter.add(new ComputerObject("Discovery is running. No computers found yet. " + - "Make sure your computer is running GFE or add your PC manually on the settings page.", null)); + "If your PC doesn't show up in about 15 seconds, " + + "make sure your computer is running GFE or add your PC manually on the settings page.", null)); } private void removeListView(ComputerDetails details) {