diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-20 15:55:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-20 15:55:08 (GMT) |
commit | 9e669694441d4f7732b19ea7046b1b4656bd830f (patch) | |
tree | 8417148b04cf7384c55426fadb63685cc85a7a29 /library/demos/widget | |
parent | 690eada10aa10c5545dcdf07f8ba81213a79ff01 (diff) | |
parent | b1782784fb3a6ea48ec030f749fb20c898d50643 (diff) | |
download | tk-9e669694441d4f7732b19ea7046b1b4656bd830f.zip tk-9e669694441d4f7732b19ea7046b1b4656bd830f.tar.gz tk-9e669694441d4f7732b19ea7046b1b4656bd830f.tar.bz2 |
Typo in Dutch translation. Use copyright sign directly in *.msg files (and widget demo).
Diffstat (limited to 'library/demos/widget')
-rw-r--r-- | library/demos/widget | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/demos/widget b/library/demos/widget index 1d838ad..65a5074 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -710,10 +710,10 @@ proc PrintTextWin32 {filename} { proc tkAboutDialog {} { tk_messageBox -icon info -type ok -title [mc "About Widget Demo"] \ -message [mc "Tk widget demonstration application"] -detail \ -"[mc "Copyright \u00a9 %s" {1996-1997 Sun Microsystems, Inc.}] -[mc "Copyright \u00a9 %s" {1997-2000 Ajuba Solutions, Inc.}] -[mc "Copyright \u00a9 %s" {2001-2009 Donal K. Fellows}] -[mc "Copyright \u00a9 %s" {2002-2007 Daniel A. Steffen}]" +"[mc \"Copyright\ \u00a9\ %s\" {1996-1997 Sun Microsystems, Inc.}] +[mc \"Copyright\ \u00a9\ %s\" {1997-2000 Ajuba Solutions, Inc.}] +[mc \"Copyright\ \u00a9\ %s\" {2001-2009 Donal K. Fellows}] +[mc \"Copyright\ \u00a9\ %s\" {2002-2007 Daniel A. Steffen}]" } # Local Variables: |