mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-02-02 21:44:22 +01:00
Removed the 2 in the linked to message, it sounded odd.
This commit is contained in:
parent
00342c763a
commit
1542c9750d
|
|
@ -141,12 +141,10 @@ void CDynVoice::linkedTo(unsigned int number)
|
|||
::sprintf(letters, "%u", number);
|
||||
|
||||
std::vector<std::string> words;
|
||||
if (m_positions.count("linkedto") == 0U) {
|
||||
if (m_positions.count("linkedto") == 0U)
|
||||
words.push_back("linked");
|
||||
words.push_back("2");
|
||||
} else {
|
||||
else
|
||||
words.push_back("linkedto");
|
||||
}
|
||||
|
||||
for (unsigned int i = 0U; letters[i] != '\0'; i++)
|
||||
words.push_back(std::string(1U, letters[i]));
|
||||
|
|
|
|||
Loading…
Reference in a new issue