Francois Gouget : mshtml: Add a space before ellipses in the Slovenian translation.
Module: wine Branch: master Commit: 2174e77d34c2649ad4b679bb4ff6324a8cf3732a URL: http://source.winehq.org/git/wine.git/?a=commit;h=2174e77d34c2649ad4b679bb4f... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Oct 4 18:04:58 2010 +0200 mshtml: Add a space before ellipses in the Slovenian translation. --- dlls/mshtml/Si.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/Si.rc b/dlls/mshtml/Si.rc index 7e40100..96d0dfa 100644 --- a/dlls/mshtml/Si.rc +++ b/dlls/mshtml/Si.rc @@ -25,7 +25,7 @@ LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT STRINGTABLE { IDS_STATUS_DONE "Končano" - IDS_STATUS_DOWNLOADINGFROM "Prenašam iz %s..." + IDS_STATUS_DOWNLOADINGFROM "Prenašam iz %s ..." } STRINGTABLE
participants (1)
-
Alexandre Julliard