Added default message for feed uploads.

By default show 'Type your message here...' and if the text editor
never got focus, replace that with a default message.
This commit is contained in:
Aleric Inglewood
2013-01-12 21:31:21 +01:00
parent bf7b0bf4bf
commit e01567553e
4 changed files with 35 additions and 3 deletions

View File

@@ -18,7 +18,9 @@
left="10"
right="-10"
type="string"
word_wrap="true"/>
word_wrap="true">
Type your message here.
</text_editor>
<check_box
follows="left|bottom"
initial_value="true"
@@ -46,6 +48,9 @@
name="post_btn"
bottom_delta="0"
width="100"/>
<string name="default_message">
Click on the 'snapshot' link above to see the larger original.
</string>
<string name="upload_message">
"Uploading..."
</string>