- The game display3 window "Menu" now states "Player - " or "Computer - " before the View Graveyard and View Removed menu options.

- When you display the computer's Removed or Graveyard wind the windows will be labeled "Computer's" rather than "Player's".
This commit is contained in:
jendave
2011-08-06 03:04:26 +00:00
parent c80fa9b374
commit f6c4be2314
4 changed files with 7 additions and 7 deletions

View File

@@ -16,11 +16,11 @@ Display/menu/title=Men
Display/human/title=Spieler
Display/human/hand/title=Hand:
Display/human/removed/menu=Entfernte Karten ansehen
Display/human/removed/menu=Spieler - Entfernte Karten ansehen
Display/human/removed/button=Entfernt:
Display/human/removed/title=Deine entfernten Karten
Display/human/library/title=Bibliothek:
Display/human/graveyard/menu=Friedhof ansehen
Display/human/graveyard/menu=Spieler - Friedhof ansehen
Display/human/graveyard/button=Friedhof:
Display/human/graveyard/title=Dein Friedhof
Display/human/flashback/menu=Karte mit R<>ckblende spielen

View File

@@ -16,11 +16,11 @@ Display/menu/title=Menu
Display/human/title=Player
Display/human/hand/title=Hand:
Display/human/removed/menu=View Removed
Display/human/removed/menu=Player - View Removed
Display/human/removed/button=Removed:
Display/human/removed/title=Player's Removed
Display/human/library/title=Library:
Display/human/graveyard/menu=View Graveyard
Display/human/graveyard/menu=Player - View Graveyard
Display/human/graveyard/button=Grave:
Display/human/graveyard/title=Player's Grave
Display/human/flashback/menu=Play card with Flashback

View File

@@ -1,6 +1,6 @@
program/mail=mtgerror@yahoo.com
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
program/version=Forge -- official beta: 09/12/14, SVN revision: 212
program/version=Forge -- official beta: 09/12/14, SVN revision: 214
tokens--file=AllTokens.txt

View File

@@ -191,7 +191,7 @@ public interface NewConstants {
}
public static final String COMPUTER_GRAVEYARD = "%s/Display/human/graveyard";
public static final String COMPUTER_GRAVEYARD = "%s/Display/computer/graveyard";
public static interface COMPUTER_GRAVEYARD {
public static final String TITLE = "%s/Display/computer/graveyard/title";
@@ -200,7 +200,7 @@ public interface NewConstants {
}
public static final String COMPUTER_REMOVED = "%s/Display/human/removed";
public static final String COMPUTER_REMOVED = "%s/Display/computer/removed";
public static interface COMPUTER_REMOVED {
public static final String TITLE = "%s/Display/computer/removed/title";