Minor strings fixes

Everything seems great, just slightly adjusted the strings variables to avoid any conflict with the Ru locale. I'll add the proper translation with the feature fully implemented and v2.5.6 release.
pull/87/head
Arty Bishop 2021-10-15 22:19:17 +01:00 zatwierdzone przez Arty Bishop
rodzic 5c5f08afc0
commit 9baaf38a49
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -14,11 +14,11 @@
<string name="menu_prefs">Settings</string>
<string name="menu_about">Info</string>
<string name="notification_title">Set notification to incoming pass</string>
<string name="notification_on_start_pass">on start pass</string>
<string name="notification_5_min_before">5 minutes before pass</string>
<string name="notification_10_min_before">10 minutes before pass</string>
<string name="notification_15_min_before">15 minutes before pass</string>
<string name="notification_title" translatable="false">Set notification</string>
<string name="notification_on_start_pass" translatable="false">On pass start</string>
<string name="notification_5_min_before" translatable="false">5 minutes before pass</string>
<string name="notification_10_min_before" translatable="false">10 minutes before pass</string>
<string name="notification_15_min_before" translatable="false">15 minutes before pass</string>
<string name="sources_title">Manage TLE sources</string>
<string name="sources_hint">Source URL</string>