From 9f1dd0e8481c166b6c16e87548a8adf6b8b28d7c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 13 Feb 2013 09:17:53 +0200 Subject: Use consistent terminology Why "Choose a Computer" but "Add Server"? Let's always call them "computers" in the UI. And in fact I think the feature to add a computer manually is kinda pointless; is it too much to ask people to have their machines discoverable? I doubt keeping a computer not discoverable through Bluetooth thwarts a determined attacker from finding it anyway. (I am not saying that just finding it would mean compromising it.) Change-Id: Ib8041a8a793d84bee24587adac582c5fad03d1be (cherry picked from commit 056968fae7fa598e8cb528fb6b45c999de33a102) Signed-off-by: Thorsten Behrens --- android/sdremote/res/values/strings.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'android') diff --git a/android/sdremote/res/values/strings.xml b/android/sdremote/res/values/strings.xml index e84b7faa2606..80493f980321 100644 --- a/android/sdremote/res/values/strings.xml +++ b/android/sdremote/res/values/strings.xml @@ -25,7 +25,7 @@ Bluetooth WI-FI Searching for computers… - Remove server + Remove computer Choose a Computer Attempting to connect to {0}… Impress Remote could not connect to {0}. @@ -42,10 +42,10 @@ Copyright © 2012 LibreOffice Contributors and/or their affiliates. This app is released under the Mozilla Public License, v. 2.0. This app uses android-coverflow\n\tCopyright © 2011, Polidea\n\tNew BSD License.\n\nThis app uses ActionBarSherlock:\n\tCopyright 2012 Jake Wharton\n\tLicensed under the Apache License, Version 2.0 (the "License") - Add Server - Server name: - Server address as IP or hostname: - Remember this server next time + Add Computer Manually + Computer name: + Computer IP address or hostname: + Remember this computer next time Add Cancel Your connection has been dropped. -- cgit