mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #3689 from jroweboy/txfix
Frontend: Add missing translation for network error messages
This commit is contained in:
		
						commit
						b443eea540
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -44,7 +44,7 @@ static bool WarnMessage(const std::string& title, const std::string& text) { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void ShowError(const ConnectionError& e) { | void ShowError(const ConnectionError& e) { | ||||||
|     QMessageBox::critical(nullptr, QObject::tr("Error"), QString::fromStdString(e.GetString())); |     QMessageBox::critical(nullptr, QObject::tr("Error"), QObject::tr(e.GetString().c_str())); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| bool WarnCloseRoom() { | bool WarnCloseRoom() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue