Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
mark res string 'SharedPref' as non-translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
medavox committed May 31, 2019
1 parent 2306dd7 commit 3167369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<string name="LogIn">10
<sup><small>x</small></sup></string>
<string name="error">Error</string>
<string name="SharedPref">com.github.palmcalc2019.scientific</string>
<string name="SharedPref" translatable="false">com.github.palmcalc2019.scientific</string>
<string name="strFltpt">FloatPt</string>
<string name="strBlank"></string>
<string name="strDeg">[DEG]</string>
Expand Down

0 comments on commit 3167369

Please sign in to comment.