Skip to content

Commit

Permalink
Fixed translation error with several strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmiller160 committed Jul 14, 2016
1 parent 6eb98a9 commit 0b2e687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
<string name="setting_group_sort_order_label">Group Sort Order</string>
<string name="setting_group_sort_by_label">Group Sort By</string>

<string name="setting_new_retrieval_label">New Retrieval Method</string>
<string name="setting_new_retrieval_label" translatable="false">New Retrieval Method</string> <!-- TODO translate -->
<string name="setting_debug_label">Write Debug Info</string>

<string name="setting_phones_only_summary_on">Hide contacts without phone numbers</string>
<string name="setting_phones_only_summary_off">Show contacts without phone numbers</string>
<string name="setting_empty_group_summary_on">Show groups with no contacts</string>
<string name="setting_empty_group_summary_off">Hide groups with no contacts</string>
<string name="setting_debug_summary">Output path:</string>
<string name="setting_new_retrieval_summary_on">Use new all contacts retrieval method</string>
<string name="setting_new_retrieval_summary_off">Use old all contacts retrieval method</string>
<string name="setting_new_retrieval_summary_on" translatable="false">Use new all contacts retrieval method</string> <!-- TODO translate -->
<string name="setting_new_retrieval_summary_off" translatable="false">Use old all contacts retrieval method</string> <!-- TODO translate -->

<!-- Settings Constant Values -->
<string-array name="sort_order_values">
Expand Down

0 comments on commit 0b2e687

Please sign in to comment.