diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-20 15:51:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-20 15:51:20 (GMT) |
commit | 0742c300b49248cdf4e360ac99c629081a106f79 (patch) | |
tree | ee5321398fba3546194bfb26341ce158ea523163 /library/demos/widget | |
parent | 2a52c1f6b17be29292bd301a7ee90157e856e6f7 (diff) | |
download | tk-0742c300b49248cdf4e360ac99c629081a106f79.zip tk-0742c300b49248cdf4e360ac99c629081a106f79.tar.gz tk-0742c300b49248cdf4e360ac99c629081a106f79.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 162497e..052c160 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -723,10 +723,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 (c) %s} {1996-1997 Sun Microsystems, Inc.}] -[mc {Copyright (c) %s} {1997-2000 Ajuba Solutions, Inc.}] -[mc {Copyright (c) %s} {2001-2007 Donal K. Fellows}] -[mc {Copyright (c) %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-2007 Donal K. Fellows}] +[mc \"Copyright\ \u00a9\ %s\" {2002-2007 Daniel A. Steffen}]" } # Local Variables: |