mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 15:18:28 +02:00
flashtool: localize "Copy Image" string
Origin commit data
------------------
Commit: f2d08d72ac
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Origin message was:
------------------
- flashtool: localize "Copy Image" string
This commit is contained in:
@@ -200,7 +200,7 @@ bool CFlashTool::program( const std::string & filename, int globalProgressEndEra
|
||||
CFileHelpers fh;
|
||||
printf("##### [CFlashTool::program] copy flashfile to %s\n", flashfile.c_str());
|
||||
if(statusViewer)
|
||||
statusViewer->showStatusMessageUTF("Copy Image");
|
||||
statusViewer->showStatusMessageUTF(g_Locale->getText(LOCALE_FLASHUPDATE_COPY_IMAGE));
|
||||
fh.copyFile(filename.c_str(), flashfile.c_str(), 0644);
|
||||
sync();
|
||||
if(statusViewer)
|
||||
|
Reference in New Issue
Block a user