Patch: Spelling in about dialog [Added]

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
omalleypat
Super MMEX User
Posts: 112
Joined: Tue Jul 28, 2009 10:34 pm
Are you a spam bot?: No
Location: Atchison, KS

Patch: Spelling in about dialog [Added]

Post by omalleypat »

Contributors is spelled wrong in the about dialog...not sure if changing this messes up translations, so can someone else check it out?

Code: Select all

Index: src/aboutdialog.cpp
===================================================================
--- src/aboutdialog.cpp	(revision 662)
+++ src/aboutdialog.cpp	(working copy)
@@ -161,7 +161,7 @@
        itemBoxSizer4->Add(itemStaticText8, 0, wxALIGN_CENTER_HORIZONTAL|wxALL|wxADJUST_MINSIZE, 5);
 
        wxStaticText* itemStaticText91 = new wxStaticText( itemDialog1, 
-          wxID_STATIC, _("  and contributers from around the world."), 
+          wxID_STATIC, _("  and contributors from around the world."), 
           wxDefaultPosition, wxDefaultSize, 0 );
        itemBoxSizer4->Add(itemStaticText91, 0, wxALIGN_CENTER_HORIZONTAL|wxALL|wxADJUST_MINSIZE, 5);
 
@@ -187,7 +187,7 @@
        itemBoxSizer4->Add(itemButton14, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);
 
        wxButton* itemButton18 = new wxButton( itemDialog1, ID_DIALOG_BUTTON_ABOUT_CONTRIBUTERS, 
-          _("Contributers"), 
+          _("Contributors"), 
           wxDefaultPosition, wxDefaultSize, 0 );
        itemBoxSizer4->Add(itemButton18, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: Patch: Spelling in about dialog

Post by Nikolay »

669
Post Reply