Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-09 15:04:08 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-09 15:15:07 +0300
commitd976ea7e4279db18c52feb5c0007ec1459827be9 (patch)
treef81505f0198c0321b61245e09034221b29629dcd /Properties
parent4b3a7c567d13bad64a55d70b4b7854a51a520be3 (diff)
Typo
Diffstat (limited to 'Properties')
-rw-r--r--Properties/Resources.resx7
1 files changed, 5 insertions, 2 deletions
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index 45f569bf..761fc05c 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -181,7 +181,7 @@
<value>Invalid kernel size:</value>
</data>
<data name="MapperNotSupported" xml:space="preserve">
- <value>Sorry, "{0}" uses mapper #{1} but this mapper is not supported by the NES Mini and the game will probably not start with the default emulator. But it should work if other emulator's module installed. Do you want to add this game?</value>
+ <value>"{0}" uses mapper #{1} but this mapper is not supported by the NES Mini and the game will probably not start with the default emulator. But it should work if other emulator's module installed. Do you want to add this game?</value>
</data>
<data name="MD5Failed" xml:space="preserve">
<value>Kernel dumped but the MD5 checksum is unknown:</value>
@@ -253,7 +253,7 @@
<value>Do you really want to delete the "{0}" preset?</value>
</data>
<data name="FourScreenNotSupported" xml:space="preserve">
- <value>Sorry, {0} uses four-screen mode (i.e. the game has additional VRAM memory in the cartridge), and this feature is not supported by the NES Mini. The game will probably not start. But it should work if other emulator's module installed. Do you want to add this game anyway?</value>
+ <value>Oops, {0} uses four-screen mode (i.e. the game has additional VRAM memory in the cartridge), and this feature is not supported by the NES Mini. The game will probably not start. But it should work if other emulator's module installed. Do you want to add this game anyway?</value>
</data>
<data name="InputPreset" xml:space="preserve">
<value>Please input a preset name for the current games selection.</value>
@@ -691,4 +691,7 @@
<data name="DownloadCoverQ" xml:space="preserve">
<value>Do you want to try to download box art for "{0}"?</value>
</data>
+ <data name="Need3rdPartyEmulator" xml:space="preserve">
+ <value>Oops, it seems like "{0}" is not going not work correctly with the original emulator. Do you want to use a 3rd party emulator for this game (it needs to be installed)?</value>
+ </data>
</root> \ No newline at end of file