| Sysop: | KK4QBN |
|---|---|
| Location: | Chatsworth, GA |
| Users: | 19 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 68:58:54 |
| Calls: | 1,234 |
| Calls today: | 0 |
| Files: | 94,829 |
| U/L today: |
0 files (0K bytes) |
| D/L today: |
20 files (5,431K bytes) |
| Messages: | 31,213 |
| Posted today: | 0 |
In user_settings.js there's this string:
console.print(gettext("Choose a default file transfer protocol (or [ENTER] for None):"));
It displays in gray so I thought since it's using gettext, I would put the string in the [JS] section of text.ini
Choose a default file transfer protocol (or [ENTER] for None): = \1n\1h\1yChoose a default file transfer protocol (or [ENTER] for None):
Should we be adding localization keys to all gettext strings to make it easier to change them or am I doing something wrong? Maybe the () or [] are interfering with the regex?