[file-roller: 7/123] added description for the RENAMING_FILES action



commit 7ef4a3c0694b05365ff7e63250bfcb934a548c4b
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Jul 17 19:59:32 2012 +0200

    added description for the RENAMING_FILES action

 src/fr-window.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 742b569..42009cb 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -2327,6 +2327,10 @@ get_action_description (FrAction    action,
 		/* Translators: %s is a filename */
 		message = g_strdup_printf (_("Saving \"%s\""), basename);
 		break;
+	case FR_ACTION_RENAMING_FILES:
+		message = g_strdup_printf (_("Renaming the files"));
+		break;
+
 	case FR_ACTION_NONE:
 		break;
 	}



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