Skip to content

Commit

Permalink
Fix polish strings
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Sep 18, 2014
1 parent 8b65861 commit 6f2c421
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
android:textColor="@color/white_absolute"
android:text="@string/login_create_account_text"
android:layout_height="40dp"
android:layout_marginTop="10dp"
android:layout_marginTop="50dp"
android:onClick="onClickCreateAccount"/>
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pl/strings_activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<string name="pref_title_enable_notifications">Włącz powiadomienia</string>
<string name="pref_title_new_message_notifications">Powiadomienia o wiadomościach</string>
<string name="pref_title_new_friend_notifications">Powiadomienia o zapytania znajomych</string>
<string name="pref_title_action_messages">Pokazuj zmiany statusu w oknie rozmowy<string>
<string name="pref_title_action_messages">Pokazuj zmiany statusu w oknie rozmowy</string>

<string name="pref_title_ringtone">Dzwonek</string>
<string name="pref_ringtone_silent">Cichy</string>
Expand Down

0 comments on commit 6f2c421

Please sign in to comment.