diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-29 16:08:08 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-29 16:08:08 +1200 |
commit | 1e0f0b2d38f15f3bac670319f52c2925cdaecc3c (patch) | |
tree | 628e2fe0afd867f81c8360e443b453bf08f0f8f8 /web/l10n/en.js | |
parent | c534819d12b984e845f41a95efa3f0ef7b6ebbe6 (diff) | |
download | trackermap-server-1e0f0b2d38f15f3bac670319f52c2925cdaecc3c.tar.gz trackermap-server-1e0f0b2d38f15f3bac670319f52c2925cdaecc3c.tar.bz2 trackermap-server-1e0f0b2d38f15f3bac670319f52c2925cdaecc3c.zip |
Rename some commands
Diffstat (limited to 'web/l10n/en.js')
-rw-r--r-- | web/l10n/en.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/l10n/en.js b/web/l10n/en.js index e32e869d8..5abdfab1b 100644 --- a/web/l10n/en.js +++ b/web/l10n/en.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Command', command_send: 'Send', command_type: 'Type', - command_position_stop: 'Position Stop', - command_position_fix: 'Position Fix', + command_position_periodic: 'Periodic Position Reporting', + command_position_stop: 'Stop Position Reporting', command_engine_stop: 'Engine Stop', command_engine_resume: 'Engine Resume', command_frequency: 'Frequency', |