summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-13 09:26:42 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-02-15 23:41:10 +0100
commiteb72920b5a9c5e7a46bb65281bbd0cc41fbba12e (patch)
tree429f375c4bcd525b408a02e0631d23f9a25af168 /android
parent9f1dd0e8481c166b6c16e87548a8adf6b8b28d7c (diff)
Ah, manually adding computers is for non-Bluetooth ones
So yeah, need to keep this feature. Spell Wi-Fi correctly, and mention Wi-Fi in the menu button. Change-Id: I4cd6f0689a6ff9647f355d4b1404be84ec0c0138 (cherry picked from commit ea264f0c8165eb0c62bf624af5f450b20898469f) Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/sdremote/res/values/strings.xml b/android/sdremote/res/values/strings.xml
index 80493f980321..a08edd1345ae 100644
--- a/android/sdremote/res/values/strings.xml
+++ b/android/sdremote/res/values/strings.xml
@@ -23,7 +23,7 @@
<string name="options_switchcomputer">Switch computer</string>
<string name="blankscreen_return">Return to Slide</string>
<string name="bluetooth">Bluetooth</string>
- <string name="wifi">WI-FI</string>
+ <string name="wifi">Wi-Fi</string>
<string name="selector_noservers">Searching for computers…</string>
<string name="selector_delete">Remove computer</string>
<string name="selector_choose_a_computer">Choose a Computer</string>
@@ -42,7 +42,7 @@
<string name="about_copyright">Copyright © 2012 LibreOffice Contributors and/or their affiliates.</string>
<string name="about_licence">This app is released under the Mozilla Public License, v. 2.0.</string>
<string name="about_libraries">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")</string>
- <string name="addserver">Add Computer Manually</string>
+ <string name="addserver">Add Wi-Fi Computer Manually</string>
<string name="addserver_entername">Computer name:</string>
<string name="addserver_enteraddress">Computer IP address or hostname:</string>
<string name="addserver_remember">Remember this computer next time</string>