l10n: Eliminated STRING_DEPEND_*

This commit is contained in:
Paul Beckingham 2018-01-20 12:55:10 -05:00
parent 13ee52491e
commit e8f1da6417
10 changed files with 4 additions and 49 deletions

View file

@ -494,11 +494,6 @@
#define STRING_CMD_EDIT_USAGE "Launches an editor to modify a task directly"
#define STRING_CMD_CALC_USAGE "Calculator"
// dependency
#define STRING_DEPEND_BLOCKED "Task {1} is blocked by:"
#define STRING_DEPEND_BLOCKING "and is blocking:"
#define STRING_DEPEND_FIX_CHAIN "Would you like the dependency chain fixed?"
// edit
#define STRING_EDIT_NO_CHANGES "No edits were detected."
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."