projects
/
android-PittiHelloWorld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96705b
)
Use apostrophe in string
author
Martin Pitt
<martin@piware.de>
Fri, 29 May 2020 09:38:17 +0000
(11:38 +0200)
committer
Martin Pitt
<martin@piware.de>
Fri, 29 May 2020 09:38:27 +0000
(11:38 +0200)
app/src/main/res/values/strings.xml
patch
|
blob
|
history
diff --git
a/app/src/main/res/values/strings.xml
b/app/src/main/res/values/strings.xml
index a28413667162daca240fc6713c8f5b6368d608de..5f138a8ed70f087bde36f3e77088be8bd9bc435b 100644
(file)
--- a/
app/src/main/res/values/strings.xml
+++ b/
app/src/main/res/values/strings.xml
@@
-1,5
+1,5
@@
<resources>
- <string name="app_name">
Pitti Hello World
</string>
+ <string name="app_name">
"Pitti's Hello World"
</string>
<string name="edit_message">Enter a message</string>
<string name="button_send">Send</string>
-</resources>
\ No newline at end of file
+</resources>