solve bug game teilnehmername
This commit is contained in:
		
							parent
							
								
									dc54eaa872
								
							
						
					
					
						commit
						1b22506047
					
				| 
						 | 
					@ -82,10 +82,6 @@ public class LanguageConfigurator {
 | 
				
			||||||
        //Game
 | 
					        //Game
 | 
				
			||||||
        germanDictionary.put("locationLabel","Ort:");
 | 
					        germanDictionary.put("locationLabel","Ort:");
 | 
				
			||||||
        englishDictionary.put("locationLabel","Location:");
 | 
					        englishDictionary.put("locationLabel","Location:");
 | 
				
			||||||
        germanDictionary.put("participantNameOne","Teilnehmer A");
 | 
					 | 
				
			||||||
        englishDictionary.put("participantNameOne","Participant One");
 | 
					 | 
				
			||||||
        germanDictionary.put("participantNameTwo","Teilnehmer B");
 | 
					 | 
				
			||||||
        englishDictionary.put("participantNameTwo","Participant Two");
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void translateGUI() {
 | 
					    public void translateGUI() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -37,8 +37,6 @@ public class GameController extends FXController{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public void shareGUIElementWithLanguageConfigurator() {
 | 
					    public void shareGUIElementWithLanguageConfigurator() {
 | 
				
			||||||
        getLanguageConfigurator().recieveLabel(participantNameOne);
 | 
					 | 
				
			||||||
        getLanguageConfigurator().recieveLabel(participantNameTwo);
 | 
					 | 
				
			||||||
        getLanguageConfigurator().recieveLabel(locationLabel);
 | 
					        getLanguageConfigurator().recieveLabel(locationLabel);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue