diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-12 11:26:07 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-12 11:26:07 +0100 |
commit | 416450b33960588984d88659d596703e84c8c2d5 (patch) | |
tree | 86775e66f9372fb2c557a086478cdddc1df12780 /app/src/main/res/values | |
parent | 3decfd9d0d043c710f48cc145027a7b6bd45df8f (diff) |
Renaming.
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 |