[pkg-wine-party] [SCM] Debian Wine packaging branch, lenny, updated. wine-1.0.0-1-126-gccc5cbd

Alexandre Julliard julliard at winehq.org
Thu Oct 30 14:44:27 UTC 2008


The following commit has been merged in the lenny branch:
commit 3fcfffc49511e4e5bb191d2feaab5bd809e98de6
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Sep 1 17:06:08 2008 +0200

    notepad: Remove spaces before '\n' in the Chinese resources.
    (cherry picked from commit c8bafc3817abdcc32c0631044a198acd8c574d96)

diff --git a/programs/notepad/Zh.rc b/programs/notepad/Zh.rc
index a961d44..89de268 100644
--- a/programs/notepad/Zh.rc
+++ b/programs/notepad/Zh.rc
@@ -205,12 +205,12 @@ STRING_UNTITLED,       "(未命名)"
 STRING_ALL_FILES,      "所有檔案 (*.*)"
 STRING_TEXT_FILES_TXT, "文本檔案 (*.txt)"
 
-STRING_TOOLARGE,       "記事本不能開啟 '%s' 這麼大的檔案, \n請使用別的編輯器。"
+STRING_TOOLARGE,       "記事本不能開啟 '%s' 這麼大的檔案,\n請使用別的編輯器。"
 STRING_NOTEXT,         "您沒有輸入任何文本。\n請輸入一些再試"
 STRING_DOESNOTEXIST,   "檔案 '%s'\n不存在\n\n您想新建一個檔案嗎?"
 STRING_NOTSAVED,       "檔案 '%s'\n正文已更改\n\n是否儲存更改?"
 STRING_NOTFOUND,       "找不到: '%s'"
-STRING_OUT_OF_MEMORY,  "沒有足夠的內存來完成此項任務, \n請關閉一些程式後再試。"
+STRING_OUT_OF_MEMORY,  "沒有足夠的內存來完成此項任務,\n請關閉一些程式後再試。"
 }
 
 #pragma code_page(default)

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list