[Rawstudio-commit] r690 - branches/rawstudio-cms/src

Anders Brander anders at brander.dk
Wed Aug 23 12:06:06 CEST 2006


Author: abrander
Date: 2006-08-23 12:06:05 +0200 (Wed, 23 Aug 2006)
New Revision: 690

Modified:
   branches/rawstudio-cms/src/gtk-interface.c
Log:
Fixed typo.

Modified: branches/rawstudio-cms/src/gtk-interface.c
===================================================================
--- branches/rawstudio-cms/src/gtk-interface.c	2006-08-23 10:02:28 UTC (rev 689)
+++ branches/rawstudio-cms/src/gtk-interface.c	2006-08-23 10:06:05 UTC (rev 690)
@@ -618,7 +618,7 @@
 	e_label3 = gui_tooltip_no_window(count->label3, _("Priority 2 photos"), NULL);
 	e_label4 = gui_tooltip_no_window(count->label4, _("Priority 3 photos"), NULL);
 	e_label5 = gui_tooltip_no_window(count->label5, _("Unprioritized photos"), NULL);
-	e_label6 = gui_tooltip_no_window(count->label6, _("Deleded photos"), NULL);
+	e_label6 = gui_tooltip_no_window(count->label6, _("Deleted photos"), NULL);
 
 	gtk_misc_set_alignment(GTK_MISC(count->label1), 0.0, 0.5);
 	gtk_misc_set_alignment(GTK_MISC(count->label2), 0.0, 0.5);




More information about the Rawstudio-commit mailing list