Skip to content

Commit

Permalink
Restore 'experimental' string
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Aug 27, 2023
1 parent d0c2644 commit edf739d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AnkiDroid/src/main/res/values/10-preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
~
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see <http://www.gnu.org/licenses/>.
--><resources>
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- generic strings -->
<string name="disabled">Disabled</string>
<string name="pref_summary_seconds">%s s</string>
Expand Down Expand Up @@ -271,6 +272,7 @@ this formatter is used if the bind only applies to both the question and the ans
<string name="bindings_already_bound">Already bound to ‘%s’</string>

<!-- Advanced -->
<string name="pref_cat_experimental" maxLength="41" tools:ignore="UnusedResources">Experimental</string>

<!-- Developer options -->
<string name="pref_cat_dev_options" maxLength="41">Developer options</string>
Expand Down

0 comments on commit edf739d

Please sign in to comment.