You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/res/values/strings.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@
192
192
<stringname="prefs_usecolumnnamesaf_summary"translatable="false">eventually disable this, if you have problems with SAF storage</string>
193
193
<stringname="prefs_cancelonstart_summary"translatable="false">cancel all remaining jobs on OAndBackupX start [needs reboot]</string>
194
194
<stringname="prefs_usealarmclock_summary"translatable="false">use the alarm clock to schedule backups, this shows an alarm icon in the notification bar [needs reboot]</string>
195
-
<stringname="prefs_useexactalarm_summary"translatable="false">if not using useAlarmClock, then use exact alarms, otherwise use inexact alarms which may be better for battery [needs reboot]</string>
195
+
<stringname="prefs_useexactalarm_summary">if not using useAlarmClock, then use exact alarms, otherwise use inexact alarms which may be better for battery</string>
196
196
<stringname="prefs_backuptarcmd_summary"translatable="false">use tar shell command for backup</string>
197
197
<stringname="prefs_restoretarcmd_summary"translatable="false">use tar shell command for restore</string>
198
198
<stringname="prefs_stricthardlinks_summary"translatable="false">for API tar only: unpack hard links as hard links (otherwise they become symlinks)</string>
0 commit comments