[nautilus-actions] Fixed typo in string
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Fixed typo in string
- Date: Thu, 2 Feb 2012 11:06:59 +0000 (UTC)
commit 1b91449e85889a0f6fdef6551fe1ef1e47d04f82
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Thu Feb 2 12:06:53 2012 +0100
Fixed typo in string
src/nact/nact-tree-model.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nact/nact-tree-model.c b/src/nact/nact-tree-model.c
index b91665b..772e085 100644
--- a/src/nact/nact-tree-model.c
+++ b/src/nact/nact-tree-model.c
@@ -224,7 +224,7 @@ class_init( NactTreeModelClass *klass )
g_param_spec_pointer(
TREE_PROP_WINDOW,
_( "Parent BaseWindow" ),
- _( "A pointer (not a reference) to the BaseWindow parent of thE embedding treeview" ),
+ _( "A pointer (not a reference) to the BaseWindow parent of the embedding treeview" ),
G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE ));
g_object_class_install_property( object_class, TREE_PROP_TREEVIEW_ID,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]