android/sdremote/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ea264f0c8165eb0c62bf624af5f450b20898469f Author: Tor Lillqvist <[email protected]> Date: Wed Feb 13 09:26:42 2013 +0200 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 diff --git a/android/sdremote/res/values/strings.xml b/android/sdremote/res/values/strings.xml index 80493f9..a08edd1 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>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
