sabayon r1032 - in trunk: . admin-tool/lockdown lib
- From: pwithnall svn gnome org
- To: svn-commits-list gnome org
- Subject: sabayon r1032 - in trunk: . admin-tool/lockdown lib
- Date: Sat, 24 Jan 2009 23:07:32 +0000 (UTC)
Author: pwithnall
Date: Sat Jan 24 23:07:32 2009
New Revision: 1032
URL: http://svn.gnome.org/viewvc/sabayon?rev=1032&view=rev
Log:
2009-01-24 Philip Withnall <philip tecnocode co uk>
* admin-tool/lockdown/maindialog.py: Make a string a little
clearer.
* lib/userdb.py: Fix a typo in a string. (Closes: #528253)
Modified:
trunk/ChangeLog
trunk/admin-tool/lockdown/maindialog.py
trunk/lib/userdb.py
Modified: trunk/admin-tool/lockdown/maindialog.py
==============================================================================
--- trunk/admin-tool/lockdown/maindialog.py (original)
+++ trunk/admin-tool/lockdown/maindialog.py Sat Jan 24 23:07:32 2009
@@ -67,7 +67,7 @@
# Translators: OO.o normally saves personal information (name/email of author, etc.) to files.
# This can be used to disable this, for when you don't want people to know you created the document.
- ( "/apps/openoffice/lockdown/remove_personal_info_on_save", _("Remove personal info from documents when saving them"), "ooosecurity" ),
+ ( "/apps/openoffice/lockdown/remove_personal_info_on_save", _("Remove personal information from documents when saving them"), "ooosecurity" ),
( "/apps/openoffice/lockdown/warn_info_create_pdf", _("Warn if macro tries to create a PDF"), "ooosecurity" ),
( "/apps/openoffice/lockdown/warn_info_printing", _("Warn if macro tries to print a document"), "ooosecurity" ),
( "/apps/openoffice/lockdown/warn_info_saving", _("Warn if macro tries to save a document"), "ooosecurity" ),
Modified: trunk/lib/userdb.py
==============================================================================
--- trunk/lib/userdb.py (original)
+++ trunk/lib/userdb.py Sat Jan 24 23:07:32 2009
@@ -212,7 +212,7 @@
multiple_result = get_setting (map_node, "multiple_result", "first")
if search_base == None:
- raise UserDatabaseException(_("No search based specified for %s"%map))
+ raise UserDatabaseException(_("No search base specified for %s"%map))
if query_filter == None:
raise UserDatabaseException(_("No query filter specified for %s"%map))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]