[gnome-commander: 3/4] noop: code cleanup



commit 0e36c6d9e501a9d5c09f6919caff13a29b24f30b
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Aug 20 16:24:54 2011 +0200

    noop: code cleanup

 src/dialogs/gnome-cmd-search-dialog.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-search-dialog.cc b/src/dialogs/gnome-cmd-search-dialog.cc
index 2821444..55d2bf4 100755
--- a/src/dialogs/gnome-cmd-search-dialog.cc
+++ b/src/dialogs/gnome-cmd-search-dialog.cc
@@ -544,7 +544,7 @@ static gboolean update_search_status_widgets (SearchData *data)
         int matches = data->dialog->priv->result_list->size();
 
         gchar *fmt = data->stopped ? ngettext("Found %d match - search aborted", "Found %d matches - search aborted", matches) :
-                                    ngettext("Found %d match", "Found %d matches", matches);
+                                     ngettext("Found %d match", "Found %d matches", matches);
 
         gchar *msg = g_strdup_printf (fmt, matches);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]