Custom Query (8097 matches)
Results (166 - 168 of 8097)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1478 | typofix | |||
Description |
Corected typos in polish version |
|||
#509 | typo in mainfrm.cpp (client 2.2.1a) regarding remote view | |||
Description |
Line 1227 in MainFrm.cpp for getting the configured option for the remote view status bar is: COptions::SetOption(OPTION_SHOWLOCALSTATUSBAR, GetFtpPane()->IsStatusbarEnabled()?1:0); should be: COptions::SetOption(OPTION_SHOWREMOTESTATUSBAR, GetFtpPane()->IsStatusbarEnabled()?1:0); |
|||
#5397 | fixed | typo fixes in fr.po language file | ||
Description |
The attached patch fixes the following errors in the french language file: "après avoir transféré %s dans %s": the 2nd "%s" is a time, not a location, so the good word is "en", not "dans": -"après avoir transféré %s dans %s" +"après avoir transféré %s en %s" other similar errors: -"avoir transféré %s in %s" +"avoir transféré %s en %s" -"%s transféré dans %s" +"%s transféré(s) en %s" |