[anjuta] git: Fix a typo in a menu tooltip (bgo 587191)
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] git: Fix a typo in a menu tooltip (bgo 587191)
- Date: Sun, 28 Jun 2009 21:08:02 +0000 (UTC)
commit 3f22f12a668b18746c07149e9f425bb849f605ff
Author: James Liggett <jrliggett cox net>
Date: Sun Jun 28 14:07:19 2009 -0700
git: Fix a typo in a menu tooltip (bgo 587191)
plugins/git/plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/plugin.c b/plugins/git/plugin.c
index cd890d0..983a211 100644
--- a/plugins/git/plugin.c
+++ b/plugins/git/plugin.c
@@ -508,7 +508,7 @@ static GtkActionEntry actions_fm[] =
GTK_STOCK_REMOVE, /* Stock icon, if any */
N_("_Remove..."), /* Display label */
NULL, /* short-cut */
- N_("Reove this file or folder from the repository"), /* Tooltip */
+ N_("Remove this file or folder from the repository"), /* Tooltip */
G_CALLBACK (on_fm_git_remove) /* action callback */
}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]