From b173a2d0c36bc93309c2b69567bdf86655d706ec Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 17 Dec 2022 14:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/GUI/gui=5Ffuncs.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/gui_funcs.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GUI/gui_funcs.cxx b/src/GUI/gui_funcs.cxx index edf117c..1d8257b 100644 --- a/src/GUI/gui_funcs.cxx +++ b/src/GUI/gui_funcs.cxx @@ -183,7 +183,7 @@ bool openBrowser(const std::string& aAddress) if (!path.isNull()) { address = "file://" + path.local8BitStr(); } else { - mkDialog ("Sorry, file not found!"); + mkDialog ("文件未找到!"); SG_LOG(SG_GENERAL, SG_ALERT, "openBrowser: Cannot find requested file '" << address << "'."); return false; @@ -217,7 +217,7 @@ bool openBrowser(const std::string& aAddress) #endif if( fgGetBool("/sim/gui/show-browser-open-hint", true) ) - mkDialog("The file is shown in your web browser window."); + mkDialog("已在本机浏览器中打开."); return ok; } @@ -402,7 +402,7 @@ void fgHiResDump() fclose(f); - message = "Snapshot saved to \""; + message = "截图保存到" \""; message += filename; message += "\"."; mkDialog (message.c_str());