tasque r87 - in trunk: . src
- From: jjohnny svn gnome org
- To: svn-commits-list gnome org
- Subject: tasque r87 - in trunk: . src
- Date: Thu, 10 Jul 2008 14:04:24 +0000 (UTC)
Author: jjohnny
Date: Thu Jul 10 14:04:24 2008
New Revision: 87
URL: http://svn.gnome.org/viewvc/tasque?rev=87&view=rev
Log:
PreferencesDialog : Mnemonic conflict between show completed tasks and close. Fixed by marking Sh_ow.
Modified:
   trunk/ChangeLog
   trunk/src/PreferencesDialog.cs
Modified: trunk/src/PreferencesDialog.cs
==============================================================================
--- trunk/src/PreferencesDialog.cs	(original)
+++ trunk/src/PreferencesDialog.cs	Thu Jul 10 14:04:24 2008
@@ -204,7 +204,7 @@
 			bool showCompletedTasks = Application.Preferences.GetBool (
 											Preferences.ShowCompletedTasksKey);
 			showCompletedTasksCheckButton =
-				new CheckButton (Catalog.GetString ("Show _completed tasks"));
+				new CheckButton (Catalog.GetString ("Sh_ow completed tasks"));
 			showCompletedTasksCheckButton.UseUnderline = true;
 			showCompletedTasksCheckButton.Active = showCompletedTasks;
 			showCompletedTasksCheckButton.Show ();
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]