diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-13 09:26:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-13 09:26:42 +0200 |
commit | ea264f0c8165eb0c62bf624af5f450b20898469f (patch) | |
tree | 6b30d3682646fbb9b22ff1f591bab0fe232fc9a2 /android | |
parent | 056968fae7fa598e8cb528fb6b45c999de33a102 (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
Diffstat (limited to 'android')
-rw-r--r-- | android/sdremote/res/values/strings.xml | 4 |
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> |