[Digikam-devel] [Bug 144214] The plural form of "child" is "children", not "childs"

Gerhard Kulzer gerhard at kulzer.net
Sat Apr 14 17:47:35 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144214         
gerhard kulzer net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From gerhard kulzer net  2007-04-14 18:47 -------
SVN commit 653934 by gkulzer:

typo Childs -> Children
BUG:144214

 M  +5 -5      tagfilterview.cpp  


--- trunk/extragear/graphics/digikam/digikam/tagfilterview.cpp #653933:653934
 @ -782,7 +782,7  @
     if (item)
     {
         selectTagsMenu.insertSeparator(-1);
-        selectTagsMenu.insertItem(i18n("Childs"),     17);
+        selectTagsMenu.insertItem(i18n("Children"),     17);
         selectTagsMenu.insertItem(i18n("Parents"),    19);
     }
     popmenu.insertItem(i18n("Select"), &selectTagsMenu);
 @ -792,7 +792,7  @
     if (item)
     {
         deselectTagsMenu.insertSeparator(-1);
-        deselectTagsMenu.insertItem(i18n("Childs"),   18);
+        deselectTagsMenu.insertItem(i18n("Children"),   18);
         deselectTagsMenu.insertItem(i18n("Parents"),  20);
     }
     popmenu.insertItem(i18n("Deselect"), &deselectTagsMenu);
 @ -804,7 +804,7  @
     toggleAutoMenu.setCheckable(true);
     toggleAutoMenu.insertItem(i18n("None"),    21);
     toggleAutoMenu.insertSeparator(-1);
-    toggleAutoMenu.insertItem(i18n("Childs"),  22);
+    toggleAutoMenu.insertItem(i18n("Children"),  22);
     toggleAutoMenu.insertItem(i18n("Parents"), 23);
     toggleAutoMenu.insertItem(i18n("Both"),    24);
     toggleAutoMenu.setItemChecked(21 + d->toggleAutoTags, true);
 @ -938,7 +938,7  @
             d->toggleAutoTags = NoToggleAuto;
             break;
         }
-        case 22:   // Toggle auto Childs tags.
+        case 22:   // Toggle auto Children tags.
         {
             d->toggleAutoTags = Children;
             break;
 @ -948,7 +948,7  @
             d->toggleAutoTags = Parents;
             break;
         }
-        case 24:   // Toggle auto Childs and Parents tags.
+        case 24:   // Toggle auto Children and Parents tags.
         {
             d->toggleAutoTags = ChildrenAndParents;
             break;



More information about the Digikam-devel mailing list