diff options
Diffstat (limited to 'app/src/main/res/values')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3eed9c6..b0be6b2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,14 +2,13 @@      <string name="app_name">Aniki</string>      <string name="action_settings">Settings</string>      <!-- Strings used for fragments for navigation --> -    <string name="first_fragment_label">First Fragment</string> -    <string name="second_fragment_label">Second Fragment</string> -    <string name="hello_first_fragment">Oi Otouto !</string>      <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>      <string name="info">Infos about the developper of the app.</string>      <string name="news">News</string>      <string name="article">Article</string>      <string name="top_manga">Top Manga</string>      <string name="home">Home</string> +    <string name="home_page_label">First Fragment</string> +    <string name="news_page_label">Second Fragment</string>  </resources>
\ No newline at end of file | 
