[brasero] Fix a few strings
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] Fix a few strings
- Date: Wed, 24 Jun 2009 07:30:13 +0000 (UTC)
commit 84e382aebb2a1a9273a3ea8a6074798725b5d76f
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue Jun 23 21:28:19 2009 +0200
Fix a few strings
src/brasero-app.c | 1 -
src/brasero-project-parse.c | 10 +++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/src/brasero-app.c b/src/brasero-app.c
index 1c62f30..5e7bae7 100644
--- a/src/brasero-app.c
+++ b/src/brasero-app.c
@@ -551,7 +551,6 @@ brasero_app_alert (BraseroApp *app,
primary_message,
secondary_message,
type);
-
if (!parent && priv->parent) {
is_on_top = FALSE;
diff --git a/src/brasero-project-parse.c b/src/brasero-project-parse.c
index 9f4eaff..4124294 100644
--- a/src/brasero-project-parse.c
+++ b/src/brasero-project-parse.c
@@ -57,7 +57,7 @@ static void
brasero_project_invalid_project_dialog (const char *reason)
{
brasero_app_alert (brasero_app_get_default (),
- _("Error while loading the project"),
+ _("Error while loading the project."),
reason,
GTK_MESSAGE_ERROR);
}
@@ -435,7 +435,7 @@ brasero_project_open_project_xml (const gchar *uri,
if (!project) {
if (warn_user)
- brasero_project_invalid_project_dialog (_("The project could not be opened."));
+ brasero_project_invalid_project_dialog (_("The project could not be opened"));
return FALSE;
}
@@ -444,7 +444,7 @@ brasero_project_open_project_xml (const gchar *uri,
item = xmlDocGetRootElement (project);
if (!item) {
if (warn_user)
- brasero_project_invalid_project_dialog (_("The file is empty."));
+ brasero_project_invalid_project_dialog (_("The file is empty"));
xmlFreeDoc (project);
return FALSE;
@@ -523,7 +523,7 @@ error:
xmlFreeDoc (project);
if (warn_user)
- brasero_project_invalid_project_dialog (_("It does not seem to be a valid Brasero project."));
+ brasero_project_invalid_project_dialog (_("It does not seem to be a valid Brasero project"));
return FALSE;
}
@@ -582,7 +582,7 @@ brasero_project_open_audio_playlist_project (const gchar *uri,
result = totem_pl_parser_parse (parser, uri, FALSE);
if (result != TOTEM_PL_PARSER_RESULT_SUCCESS) {
if (warn_user)
- brasero_project_invalid_project_dialog (_("It does not seem to be a valid Brasero project."));
+ brasero_project_invalid_project_dialog (_("It does not seem to be a valid Brasero project"));
}
g_object_unref (parser);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]