Skip to content

Commit

Permalink
Add comment for translators
Browse files Browse the repository at this point in the history
The summary is hard to describe without just repeating the text.
  • Loading branch information
seadowg committed Feb 3, 2025
1 parent 7cc9899 commit 6a01b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collect_app/src/main/res/xml/dev_tools_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<SwitchPreferenceCompat
android:key="experimental_debug_filters"
android:title="@string/debug_filters"
android:summary="@string/show_debug_information_for_filter_expression_executions_during_form_entry"
android:summary="@string/debug_filters_summary"
app:iconSpaceReserved="false" />

</PreferenceScreen>
4 changes: 3 additions & 1 deletion strings/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1229,8 +1229,10 @@
<string name="crash_app">Crash app</string>
<!-- An uncaught exception is an exception that is not handled by ODK Collect and so will force the application to close -->
<string name="crash_app_summary">Force an uncaught exception causing the app to crash</string>

<!-- Option provided in the Developer tools settings tool allow debugging filters during form entry -->
<string name="debug_filters">Debug filters</string>
<string name="show_debug_information_for_filter_expression_executions_during_form_entry">Show debug information for filter expression executions during form entry</string>
<string name="debug_filters_summary">Show debug information for filter expression executions during form entry</string>

<string name="permission_dialog_title">About permissions</string>
<string name="permission_dialog_text">You will be asked to allow ODK Collect access to the features below, select “allow” if you want to use them.</string>
Expand Down

0 comments on commit 6a01b2f

Please sign in to comment.