appdb/tables prefs_list.sql

WineHQ wineowner at wine.codeweavers.com
Sun Dec 31 12:33:50 CST 2006


ChangeSet ID:	30843
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/12/31 12:33:50

Modified files:
	tables         : prefs_list.sql 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fix the description of the 'confirm comment deletion' option (id 6).

Patch: http://cvs.winehq.org/patch.py?id=30843

Old revision  New revision  Changes     Path
 1.4           1.5           +1 -1       appdb/tables/prefs_list.sql

Index: appdb/tables/prefs_list.sql
diff -u -p appdb/tables/prefs_list.sql:1.4 appdb/tables/prefs_list.sql:1.5
--- appdb/tables/prefs_list.sql:1.4	31 Dec 2006 18:33:50 -0000
+++ appdb/tables/prefs_list.sql	31 Dec 2006 18:33:50 -0000
@@ -17,7 +17,7 @@ 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');



More information about the wine-cvs mailing list