OSDN Git Service

In case a tile set fails to load, provide feedback to the user in the form of an...
[hengbandforosx/hengbandosx.git] / src / cocoa / en.lproj / Localizable.strings
index 3c82f51..b5d1359 100644 (file)
@@ -7,5 +7,11 @@
 /* Alert informative message for missing Angband lib/ folder */
 "Error.MissingAngbandLib" = "Hengband was unable to find required resources and must quit. Please send a bug report to \"hengband-dev@lists.sourceforge.jp\".";
 
+/* Alert text for failed tile set load */
+"Error.TileSetLoadFailed" = "Failed to Load Tile Set";
+
+/* Alert informative message for failed tile set load */
+"Error.TileSetRevertToASCII" = "Could not load the tile set.  Switched back to ASCII.";
+
 /* Quit */
 "Label.Quit" = "Quit";