diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-16 22:36:10 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-09-16 22:36:10 +1200 |
commit | 607522a21625610248db7a586e6285bbb0331391 (patch) | |
tree | 0453b5d5c359cfa6d4434bf7385177904e23c91c /web/l10n | |
parent | e7187ea46a8ca8a0e8d93a030a9d360249b998fa (diff) | |
download | trackermap-server-607522a21625610248db7a586e6285bbb0331391.tar.gz trackermap-server-607522a21625610248db7a586e6285bbb0331391.tar.bz2 trackermap-server-607522a21625610248db7a586e6285bbb0331391.zip |
Clean up commands controller
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.js b/web/l10n/en.js index 436932a72..e69751cb3 100644 --- a/web/l10n/en.js +++ b/web/l10n/en.js @@ -79,6 +79,7 @@ var strings = { commandTitle: 'Command', commandSend: 'Send', commandType: 'Type', + commandSent: 'Command has been sent', commandPositionPeriodic: 'Periodic Reporting', commandPositionStop: 'Stop Reporting', commandEngineStop: 'Engine Stop', |