diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-07 16:41:00 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-07 16:41:00 +0000 |
commit | f754f53d9c9aca31485ce31f5f1731296937d300 (patch) | |
tree | 23d68c0811876572a5bce07f0c56b7c533b1da44 /tools/IconPatcher/IconPatcher_v.1.0.iss | |
parent | 9dc9fcaab61b879de0b1fd6e4961032c31887c3d (diff) |
IconPatcher: german translation (thx Wishmaster)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16238 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/IconPatcher/IconPatcher_v.1.0.iss')
-rw-r--r-- | tools/IconPatcher/IconPatcher_v.1.0.iss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/IconPatcher/IconPatcher_v.1.0.iss b/tools/IconPatcher/IconPatcher_v.1.0.iss index 9330123b4f..45eca25e81 100644 --- a/tools/IconPatcher/IconPatcher_v.1.0.iss +++ b/tools/IconPatcher/IconPatcher_v.1.0.iss @@ -58,6 +58,7 @@ IconResource=plugin:{res}\plugin.ico|done:{res}\done.ico|skip:{res}\skip.ico|err [Languages]
Name: en; MessagesFile: compiler:default.isl,{res}\iconpatcher_en.isl
Name: ru; MessagesFile: compiler:Languages\russian.isl,{res}\iconpatcher_ru.isl
+Name: de; MessagesFile: compiler:Languages\german.isl,{res}\iconpatcher_de.isl
[Files]
Source: {res}\7-zip32.dll; Flags: dontcopy
@@ -548,7 +549,7 @@ begin handle := OpenProcess(1048576 or 1, false, PID);
if handle <> 0 then
begin
- StatusBar.Panels[0].Text := CustomMessage('cmWaititng');
+ StatusBar.Panels[0].Text := CustomMessage('cmWaiting');
StatusBar.Refresh;
if WaitForSingleObject(handle, 15000) = 258 then
TerminateProcess(handle, 9);
|