diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-12 14:47:35 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-12 14:47:35 -0500 |
| commit | c3c1183308dbe00a14b8cf5e3c58e92bd9edfaf6 (patch) | |
| tree | d6f4388ea30b9c6e1ff5a8000e56ecb20e801d6a /src/organizer_en.ts | |
| parent | 1d0b202ee64fe12d23922e816812749e8fe40bf6 (diff) | |
fixed alt colors in saves list for dark.qss
translated some sanity checks warnings
fixed filter list not refreshing selection correctly
Diffstat (limited to 'src/organizer_en.ts')
| -rw-r--r-- | src/organizer_en.ts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 95854200..6101c8e7 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -6754,6 +6754,23 @@ You can restart Mod Organizer as administrator and try launching the program aga <source>Exit Now</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="sanitychecks.cpp" line="113"/> + <source>'%1': file is blocked (%2)</source> + <oldsource>'%1': file is blocked ('%2')</oldsource> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="sanitychecks.cpp" line="206"/> + <source>'%1' seems to be missing, an antivirus may have deleted it</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="sanitychecks.cpp" line="238"/> + <source>%1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it.</source> + <oldsource>%1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it. (%2)</oldsource> + <translation type="unfinished"></translation> + </message> </context> <context> <name>QueryOverwriteDialog</name> |
