[AppDB] Fix a weird phrase in the Preferences page

"Alexander N. Sørnes" alex at thehandofagony.com
Sun Apr 30 09:15:12 CDT 2006


Fix a weird phrase in the preferences page, and remove a capitalization.
Can someone with access to the database change it for our installed AppDB?


Regards,

Alexander N. Sørnes
-------------- next part --------------
Index: tables/prefs_list.sql
===================================================================
RCS file: /home/wine/appdb/tables/prefs_list.sql,v
retrieving revision 1.4
diff -u -p -r1.4 prefs_list.sql
--- tables/prefs_list.sql	14 Dec 2004 04:30:41 -0000	1.4
+++ tables/prefs_list.sql	30 Apr 2006 14:07:45 -0000
@@ -17,8 +17,8 @@ INSERT INTO prefs_list VALUES (0, 'sideb
 INSERT INTO prefs_list VALUES (0, 'window:query', 'no', 'yes|no', 'Display query results in a new window');
 INSERT INTO prefs_list VALUES (0, 'window:help', 'no', 'yes|no', 'Display help in a new window');
 INSERT INTO prefs_list VALUES (0, 'window:offsite', 'no', 'yes|no', 'Display offsite URLs in a new window');
-INSERT INTO prefs_list VALUES (0, 'confirm_comment_deletion', 'yes', 'yes|no', 'Asks why you are deleting a comment before to delete it');
+INSERT INTO prefs_list VALUES (0, 'confirm_comment_deletion', 'yes', 'yes|no', 'Ask why you are deleting a comment before deleting it');
 INSERT INTO prefs_list VALUES (0, 'query:mode', 'view', 'view|edit', 'Default API details mode');
 INSERT INTO prefs_list VALUES (0, 'query:hide_header', 'no', 'yes|no', 'Hide apidb header in query results');
 INSERT INTO prefs_list VALUES (0, 'query:hide_sidebar', 'no', 'yes|no', 'Hide apidb sidebar in query results');
-INSERT INTO prefs_list VALUES (0, 'send_email', 'yes', 'yes|no', 'Send email notifications');
+INSERT INTO prefs_list VALUES (0, 'send_email', 'yes', 'yes|no', 'Send e-mail notifications');


More information about the wine-patches mailing list