]> piware.de Git - android-PittiHelloWorld.git/commitdiff
Use apostrophe in string
authorMartin Pitt <martin@piware.de>
Fri, 29 May 2020 09:38:17 +0000 (11:38 +0200)
committerMartin Pitt <martin@piware.de>
Fri, 29 May 2020 09:38:27 +0000 (11:38 +0200)
app/src/main/res/values/strings.xml

index a28413667162daca240fc6713c8f5b6368d608de..5f138a8ed70f087bde36f3e77088be8bd9bc435b 100644 (file)
@@ -1,5 +1,5 @@
 <resources>
 <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>
     <string name="edit_message">Enter a message</string>
     <string name="button_send">Send</string>
-</resources>
\ No newline at end of file
+</resources>