- Localized backlog/sync feedback string.
This commit is contained in:
Paul Beckingham
2014-07-01 20:25:33 -04:00
parent 4c65bc049b
commit e7c8c0ca2a
6 changed files with 6 additions and 1 deletions

View File

@@ -428,7 +428,7 @@ void feedback_backlog ()
{
if ((*line)[0] == '{')
{
context.footnote ("There are local changes. Sync required.");
context.footnote (STRING_FEEDBACK_BACKLOG);
break;
}
}