[rhythmbox] cd-recorder: remove full stops at the end of some messages (bug #584770)



commit 1926327fb84370a69b0725b51080bad961096246
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Jun 7 13:04:13 2009 +1000

    cd-recorder: remove full stops at the end of some messages (bug #584770)
---
 plugins/cd-recorder/rb-recorder-gst.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/cd-recorder/rb-recorder-gst.c b/plugins/cd-recorder/rb-recorder-gst.c
index 242eee8..88f6b90 100644
--- a/plugins/cd-recorder/rb-recorder-gst.c
+++ b/plugins/cd-recorder/rb-recorder-gst.c
@@ -1015,7 +1015,7 @@ rb_recorder_get_media_length (RBRecorder *recorder,
                 g_set_error (error,
                              RB_RECORDER_ERROR,
                              RB_RECORDER_ERROR_INTERNAL,
-                             _("No writable drives found."));
+                             _("No writable drives found"));
 
                 return -1;
         }
@@ -1200,7 +1200,7 @@ rb_recorder_burn (RBRecorder *recorder,
                 g_set_error (error,
                              RB_RECORDER_ERROR,
                              RB_RECORDER_ERROR_INTERNAL,
-                             _("No writable drives found."));
+                             _("No writable drives found"));
                 return RB_RECORDER_RESULT_ERROR;
         }
 
@@ -1209,7 +1209,7 @@ rb_recorder_burn (RBRecorder *recorder,
                 g_set_error (error,
                              RB_RECORDER_ERROR,
                              RB_RECORDER_ERROR_INTERNAL,
-                             _("Could not determine audio track durations."));
+                             _("Could not determine audio track durations"));
                 return RB_RECORDER_RESULT_ERROR;
         }
 



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