added error for invalid repeats
This commit is contained in:
parent
3fc3bee8c2
commit
cfb624b6b6
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
|||
|
||||
<!-- Edit Timer-->
|
||||
<string name="name">Name</string>
|
||||
<string name="repeats_error">Repeats must be a positive non-zero number</string>
|
||||
<string name="description">Description</string>
|
||||
<string name="studyTime">Study Time</string>
|
||||
<string name="breakTime">Break Time</string>
|
||||
|
|
Reference in a new issue