[Xword-commits] r99 - trunk www
terrencegf at garage.maemo.org
terrencegf at garage.maemo.org
Thu May 22 03:33:04 EEST 2008
Author: terrencegf
Date: 2008-05-22 03:33:03 +0300 (Thu, 22 May 2008)
New Revision: 99
Modified:
trunk/xword
www/index.html
Log:
Minor alterations to menu items text.
Modified: trunk/xword
===================================================================
--- trunk/xword 2008-05-21 22:19:49 UTC (rev 98)
+++ trunk/xword 2008-05-22 00:33:03 UTC (rev 99)
@@ -1586,7 +1586,8 @@
'Maemo Port: Bradley Bell <bradleyb at u.washington.edu>\n' +
'and Terrence Fleury <terrencegf at gmail.com>'])
# gtk.about_dialog_set_url_hook(self.show_website, "http://xword.garage.maemo.org")
- self.about_dialog.set_website_label("http://xword.garage.maemo.org")
+ self.about_dialog.set_website("http://xword.garage.maemo.org/")
+ self.about_dialog.set_website_label("xword.garage.maemo.org")
icon_path = ABOUT_ICON
try:
icon_pixbuf = gtk.gdk.pixbuf_new_from_file(icon_path)
@@ -1776,11 +1777,11 @@
menu = gtk.Menu()
file_menu.set_submenu(menu)
- append(menu, 'open', create_menu_item('Open', MENU_OPEN, 'O'))
+ append(menu, 'open', create_menu_item('Open...', MENU_OPEN, 'O'))
item = create_menu_item('Open Recent', 0)
item.set_submenu(self.recent_menu)
append(menu, 'recent', item)
- append(menu, 'save', create_menu_item('Save', MENU_SAVE, 'S'))
+ append(menu, 'save', create_menu_item('Save As...', MENU_SAVE, 'S'))
if has_print:
append(menu, 'print', create_menu_item('Print...', MENU_PRINT, 'P'))
append(menu, 'properties', create_menu_item('Properties...', 'properties'))
@@ -1810,7 +1811,7 @@
gtk.CheckMenuItem, self.skip_filled))
append(menu, 'min_box_size',
- create_menu_item('Set Min Box Size', 'min_box_size'))
+ create_menu_item('Minimum Box Size...', 'min_box_size'))
item = create_menu_item('Toolbar Layout', 0)
append(menu, 'toolbar', item)
Modified: www/index.html
===================================================================
--- www/index.html 2008-05-21 22:19:49 UTC (rev 98)
+++ www/index.html 2008-05-22 00:33:03 UTC (rev 99)
@@ -122,22 +122,18 @@
<b>File</b>
<blockquote>
<ul>
- <li><b>Open</b> - Open a .puz file.
+ <li><b>Open...</b> - Open a .puz file.
</li>
- <!--
<li><b>Open Recent</b> - Show a list of the last five .puz files
opened. This allows you to quickly (re)open recent puzzles.
</li>
- -->
- <li><b>Save</b> - Save the state of the current puzzle. This is
- not strictly necessary since the state of the puzzle gets saved
+ <li><b>Save As...</b> - Save the current puzzle to a new file.
+ Note that the state of the current puzzle gets saved
automatically when you exit the program.
</li>
<li><b>Properties...</b> - Show the properties of the current
puzzle. This includes the title, author, and copyright information.
</li>
- <li><b>Close</b> - Close the current puzzle.
- </li>
<li><b>Quit</b> - Exit the xword application.
</li>
</ul>
@@ -169,8 +165,8 @@
start from scratch.
</li>
<li><b>Notepad...</b> - Read notes embedded in the puzzle, or
- make your own notes which will be saved for you along with
- your responses.
+ make your own notes which will be saved along with the current
+ puzzle state.
</li>
</ul>
</blockquote>
@@ -184,7 +180,7 @@
boxes where you have already filled in a letter. This can reduce
the number of letters you have to type in.
</li>
- <li><b>Set Min Box Size</b> - Bring up a dialog allowing you to set
+ <li><b>Minimum Box Size...</b> - Bring up a dialog allowing you to set
the minimum box size of each letter square. The default size is 20
which allows a 21x21 puzzle to fit full screen without scrollbars.
You can set this value between 12 and 40 inclusive.
@@ -210,7 +206,7 @@
<b>Help</b>
<blockquote>
<ul>
- <li><b>About</b> - Shows information about the xword application.
+ <li><b>About</b> - Show information about the xword application.
</li>
</ul>
</blockquote>
More information about the Xword-commits
mailing list