summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-08-01 17:00:35 +0300
committerArtur Dryomov <artur.dryomov@gmail.com>2013-08-01 18:38:57 +0300
commit46de4c598e9a78cc9a8401c701b75f434707d186 (patch)
tree6c4ebd0c5ae1283d12668f8810d309fb5278aeb2 /android
parentRemove custon scaling for GridView slide previews. (diff)
downloadcore-46de4c598e9a78cc9a8401c701b75f434707d186.tar.gz
core-46de4c598e9a78cc9a8401c701b75f434707d186.zip
Fix computer creation spelling.
Replace a notice with different hint. Change error message to be shorter. Change-Id: I93f063bb07c37749466787d7a965893fc79a69bb
Diffstat (limited to 'android')
-rw-r--r--android/sdremote/res/layout/activity_computer_creation.xml8
-rw-r--r--android/sdremote/res/values/dimens.xml1
-rw-r--r--android/sdremote/res/values/strings.xml5
3 files changed, 2 insertions, 12 deletions
diff --git a/android/sdremote/res/layout/activity_computer_creation.xml b/android/sdremote/res/layout/activity_computer_creation.xml
index 4ef3f86a269f..74751ea969d2 100644
--- a/android/sdremote/res/layout/activity_computer_creation.xml
+++ b/android/sdremote/res/layout/activity_computer_creation.xml
@@ -22,12 +22,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
- <TextView
- style="?textAppearanceSmall"
- android:text="@string/message_name_notice"
- android:gravity="center_horizontal"
- android:paddingTop="@dimen/padding_vertical_notice"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
-
</LinearLayout> \ No newline at end of file
diff --git a/android/sdremote/res/values/dimens.xml b/android/sdremote/res/values/dimens.xml
index 9739e1548ec9..a5f944707e37 100644
--- a/android/sdremote/res/values/dimens.xml
+++ b/android/sdremote/res/values/dimens.xml
@@ -21,7 +21,6 @@
<dimen name="padding_vertical_pin">8dp</dimen>
<dimen name="padding_vertical_error_message">12dp</dimen>
<dimen name="padding_vertical_edit">8dp</dimen>
- <dimen name="padding_vertical_notice">16dp</dimen>
<dimen name="margin_vertical_action_bar_divider">12dp</dimen>
<dimen name="margin_slide">8dp</dimen>
diff --git a/android/sdremote/res/values/strings.xml b/android/sdremote/res/values/strings.xml
index 2f5117af977d..92a2022a8d43 100644
--- a/android/sdremote/res/values/strings.xml
+++ b/android/sdremote/res/values/strings.xml
@@ -31,12 +31,11 @@
<string name="message_impress_remote_enabling">Make sure you enabled remote control. Go to “Tools → Options → LibreOffice Impress → General” in LibreOffice Impress.</string>
<string name="message_impress_wifi_enabling">You should enable experimental features at “Tools → Options → LibreOffice → Advanced” as well.</string>
<string name="message_impress_pairing_check">If you have Bluetooth pairing issues check instructions related to your desktop OS.</string>
- <string name="message_ip_address_validation">You should type a valid IP address.</string>
- <string name="message_name_notice">Name is not required — IP address would be used instead if you wish.</string>
+ <string name="message_ip_address_validation">Type in a valid IP address.</string>
<string name="message_time_is_up">Time is up</string>
<string name="hint_ip_address">IP address</string>
- <string name="hint_name">Name</string>
+ <string name="hint_name">Name (optional)</string>
<string name="header_notes">Notes</string>