mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Fix a typo in uninstaller's english appname.
This commit is contained in:
parent
dfaabdfc97
commit
d3f5fa8983
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ END
|
|||
|
||||
|
||||
STRINGTABLE DISCARDABLE {
|
||||
IDS_APPNAME, "Wine Application Unsinstaller"
|
||||
IDS_APPNAME, "Wine Application Uninstaller"
|
||||
IDS_ABOUT, "Wine Application Uninstaller (C) 2005 by Andreas Mohr, Hannu Valtonen and Jonathan Ernst."
|
||||
IDS_ABOUTTITLE, "About Uninstaller"
|
||||
IDS_REGISTRYKEYNOTAVAILABLE, "Uninstall registry key not available (yet), nothing to do !"
|
||||
|
|
Loading…
Reference in a new issue