diff --git a/app/src/main/res/layout/activity_create_key.xml b/app/src/main/res/layout/activity_create_key.xml
index c45aa0dd..c85a8e7a 100644
--- a/app/src/main/res/layout/activity_create_key.xml
+++ b/app/src/main/res/layout/activity_create_key.xml
@@ -38,7 +38,7 @@
android:paddingHorizontal="20dp"
android:layout_below="@id/owm_link"
android:layout_height="wrap_content"
- android:text="Please insert your personal key here. You can always manage it in the settings.">
+ android:text="@string/please_insert_your_personal_key_here_you_can_always_manage_it_in_the_settings">
@@ -64,14 +64,14 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/set_owm_key_button"
- android:text="Set Key">
+ android:text="@string/set_key">
+ android:text="@string/abort">
diff --git a/app/src/main/res/layout/fragment_are_you_sure.xml b/app/src/main/res/layout/fragment_are_you_sure.xml
index 4f1e5a1e..bb6a7a50 100644
--- a/app/src/main/res/layout/fragment_are_you_sure.xml
+++ b/app/src/main/res/layout/fragment_are_you_sure.xml
@@ -12,7 +12,7 @@
android:paddingHorizontal="20dp"
android:layout_above="@id/sure_buttons"
android:textColor="@color/white"
- android:text="Do you really want to continue with the shared API key? Weather requests are limited and will be shared with other users. With a personal key, you can update up to 1000 times a day."
+ android:text="@string/do_you_really_want_to_continue_with_the_shared_api_key_weather_requests_are_limited_and_will_be_shared_with_other_users_with_a_personal_key_you_can_update_up_to_1000_times_a_day"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
@@ -23,13 +23,13 @@
android:layout_height="wrap_content">