[Xfce4-commits] <thunar-vcs-plugin:master> Fixed spelling in text string
Peter de Ridder
noreply at xfce.org
Sun Feb 27 20:38:15 CET 2011
Updating branch refs/heads/master
to f12b12513f90e7139cef274af250d3926daa1368 (commit)
from 2ed06234256be8fa0bb85785491fe6134b67a5b3 (commit)
commit f12b12513f90e7139cef274af250d3926daa1368
Author: Peter de Ridder <peter at xfce.org>
Date: Sun Feb 27 18:44:30 2011 +0100
Fixed spelling in text string
tvp-git-helper/tgh-clean-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tvp-git-helper/tgh-clean-dialog.c b/tvp-git-helper/tgh-clean-dialog.c
index 8c27b73..43bb93b 100644
--- a/tvp-git-helper/tgh-clean-dialog.c
+++ b/tvp-git-helper/tgh-clean-dialog.c
@@ -65,7 +65,7 @@ tgh_clean_dialog_init (TghCleanDialog *dialog)
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
gtk_list_store_set (GTK_LIST_STORE (model), &iter,
- 0, _("Excldue ignored files"),
+ 0, _("Exclude ignored files"),
1, TGH_CLEAN_IGNORE_EXCLUDE,
-1);
More information about the Xfce4-commits
mailing list