[anjuta] libanjuta/anjuta-file-drop-entry.c: Add missing space in string
- From: Christian Kirbach <ckirbach src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta/anjuta-file-drop-entry.c: Add missing space in string
- Date: Sat, 12 Feb 2011 16:35:03 +0000 (UTC)
commit bc1aa00ce18c5430a041b72f7f43ffb4cb6e2de7
Author: Christian Kirbach <Christian Kirbach googlemail com>
Date: Sat Feb 12 17:33:43 2011 +0100
libanjuta/anjuta-file-drop-entry.c: Add missing space in string
libanjuta/anjuta-file-drop-entry.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libanjuta/anjuta-file-drop-entry.c b/libanjuta/anjuta-file-drop-entry.c
index ca23859..8e16b85 100644
--- a/libanjuta/anjuta-file-drop-entry.c
+++ b/libanjuta/anjuta-file-drop-entry.c
@@ -203,7 +203,7 @@ anjuta_file_drop_entry_class_init (AnjutaFileDropEntryClass *klass)
PROP_RELATIVE_PATH,
g_param_spec_string ("relative-path",
"relative-path",
- _("Path that droppedfiles should be relative to"),
+ _("Path that dropped files should be relative to"),
"",
0));
}
@@ -219,4 +219,4 @@ anjuta_file_drop_entry_set_relative_path (AnjutaFileDropEntry *self,
const gchar *path)
{
g_object_set (G_OBJECT (self), "relative-path", path, NULL);
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]