[gtranslator] Fix some strings telling Gtr instead of Gtranslator.



commit 15e281836b47bfd4c7e467463624c6b6e05f7b09
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Feb 8 14:58:35 2010 +0100

    Fix some strings telling Gtr instead of Gtranslator.

 src/dialogs/gtr-preferences-dialog.c |    2 +-
 src/dialogs/gtr-profile-dialog.c     |    2 +-
 src/gtr-actions-help.c               |    2 +-
 src/gtr-utils.c                      |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/dialogs/gtr-preferences-dialog.c b/src/dialogs/gtr-preferences-dialog.c
index d4bb7b3..dedc08a 100644
--- a/src/dialogs/gtr-preferences-dialog.c
+++ b/src/dialogs/gtr-preferences-dialog.c
@@ -1159,7 +1159,7 @@ gtr_preferences_dialog_init (GtrPreferencesDialog * dlg)
                           GTK_RESPONSE_CLOSE,
                           GTK_STOCK_HELP, GTK_RESPONSE_HELP, NULL);
 
-  gtk_window_set_title (GTK_WINDOW (dlg), _("Gtr Preferences"));
+  gtk_window_set_title (GTK_WINDOW (dlg), _("Gtranslator Preferences"));
   gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
   gtk_dialog_set_has_separator (GTK_DIALOG (dlg), FALSE);
   gtk_window_set_destroy_with_parent (GTK_WINDOW (dlg), TRUE);
diff --git a/src/dialogs/gtr-profile-dialog.c b/src/dialogs/gtr-profile-dialog.c
index 32d0899..7a94a0f 100644
--- a/src/dialogs/gtr-profile-dialog.c
+++ b/src/dialogs/gtr-profile-dialog.c
@@ -350,7 +350,7 @@ gtr_profile_dialog_init (GtrProfileDialog * dlg)
 
   dlg->priv = GTR_PROFILE_DIALOG_GET_PRIVATE (dlg);
 
-  gtk_window_set_title (GTK_WINDOW (dlg), _("Gtr Profile"));
+  gtk_window_set_title (GTK_WINDOW (dlg), _("Gtranslator Profile"));
   gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
   gtk_dialog_set_has_separator (GTK_DIALOG (dlg), FALSE);
   gtk_window_set_destroy_with_parent (GTK_WINDOW (dlg), TRUE);
diff --git a/src/gtr-actions-help.c b/src/gtr-actions-help.c
index 70ce85b..abe1788 100644
--- a/src/gtr-actions-help.c
+++ b/src/gtr-actions-help.c
@@ -37,7 +37,7 @@
 void
 gtr_cmd_help_contents (GtkAction * action, GtrWindow * window)
 {
-  gtr_utils_help_display (GTK_WINDOW (window), "gtr", "gtr.xml");
+  gtr_utils_help_display (GTK_WINDOW (window), "gtranslator", "gtranslator.xml");
 }
 
 /* Creates and shows the about box for gtranslator */
diff --git a/src/gtr-utils.c b/src/gtr-utils.c
index 18b7ecd..e8635ec 100644
--- a/src/gtr-utils.c
+++ b/src/gtr-utils.c
@@ -770,7 +770,7 @@ gtr_utils_help_display (GtkWindow * parent,
      GTK_DIALOG_DESTROY_WITH_PARENT,
      GTK_MESSAGE_ERROR,
      GTK_BUTTONS_CLOSE,
-     _("Sorry, Gtr for windows is unable to display help yet."));
+     _("Sorry, Gtranslator for windows is unable to display help yet."));
      gtk_dialog_run (GTK_DIALOG (dialog));
      gtk_widget_destroy (dialog);
 
@@ -809,7 +809,7 @@ gtr_utils_help_display (GtkWindow * parent,
                                        GTK_MESSAGE_ERROR,
                                        GTK_BUTTONS_CLOSE,
                                        _("Unable to display help. "
-                                         "Please make sure the Gtr "
+                                         "Please make sure the Gtranslator "
                                          "documentation package is installed."));
       gtk_dialog_run (GTK_DIALOG (dialog));
       gtk_widget_destroy (dialog);



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