Paul Vriens wrote:
Hi,
Our regedit displays Favourites in the menu. This patch changes that to use Favorites. The patch also changes the variables with FAVOURITE in the name. The reasoning is:
a. Windows uses Favorite(s) all over the place. b. We do too.
That's the only reasoning and not if either one is better (UK/US etc..)
No functional changes btw.
Changelog Change Favourite(s) into Favorite(s)
Fair enough for strings in the English, US resources, as long as the strings in the English, Neutral resources are still spelt correctly.
Change variables containing FAVOURITE into FAVORITE
Why do this?
Rob
On Mon, 2005-02-28 at 22:04, Robert Shearman wrote:
Paul Vriens wrote:
Hi,
Our regedit displays Favourites in the menu. This patch changes that to use Favorites. The patch also changes the variables with FAVOURITE in the name. The reasoning is:
a. Windows uses Favorite(s) all over the place. b. We do too.
That's the only reasoning and not if either one is better (UK/US etc..)
No functional changes btw.
Changelog Change Favourite(s) into Favorite(s)
Fair enough for strings in the English, US resources, as long as the strings in the English, Neutral resources are still spelt correctly.
We do not seem to have English Neutral resources for regedit. En.rc only contains SUBLANG_ENGLISH_US. So that should be fine.
Change variables containing FAVOURITE into FAVORITE
Why do this?
This was just a matter of consistency. All our variables throughout the Wine code base use *FAVORITE*.
Cheers,
Paul.