|
|
@ -52,7 +52,7 @@ public class DeleteHabitsCommand extends Command
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getExecuteStringId()
|
|
|
|
public Integer getExecuteStringId()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (this.plural) {
|
|
|
|
if ((this.plural) && (toast_habits_deleted != null)) {
|
|
|
|
return R.string.toast_habits_deleted;
|
|
|
|
return R.string.toast_habits_deleted;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
else {
|
|
|
@ -62,7 +62,7 @@ public class DeleteHabitsCommand extends Command
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getUndoStringId()
|
|
|
|
public Integer getUndoStringId()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (this.plural) {
|
|
|
|
if ((this.plural) && (toast_habits_deleted != null)){
|
|
|
|
return R.string.toast_habits_restored;
|
|
|
|
return R.string.toast_habits_restored;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
else {
|
|
|
|