summaryrefslogtreecommitdiff
path: root/migrate
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-11-16 18:07:15 +0100
committerNick Schermer <nick@xfce.org>2010-11-16 18:07:15 +0100
commit24da1546d10d1df72bb123ebe85878861cf39098 (patch)
tree552a9afabf22d13b236288a082f5b28dc04e437d /migrate
parent33b6a47ce59762cb6bc7cc65c4ca26c45150df94 (diff)
Fix some string and drop Xfce in most of them.
In 4.6 we agreed to remove Xfce from most of the visible strings, I kinda forgot about that.
Diffstat (limited to 'migrate')
-rw-r--r--migrate/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/migrate/main.c b/migrate/main.c
index 81af4511..2affb7cc 100644
--- a/migrate/main.c
+++ b/migrate/main.c
@@ -75,13 +75,13 @@ main (gint argc, gchar **argv)
/* create question dialog */
dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE,
- _("Welcome to the first start of the Xfce Panel"));
+ _("Welcome to the first start of the panel"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s%s%s",
file != NULL ? _("Because the panel moved to a new system for storing the "
"settings, it has to load a fresh initial configuration.") : "",
file != NULL ? " " : "",
_("Choose below which setup you want for the first startup."));
- gtk_window_set_title (GTK_WINDOW (dialog), "Xfce Panel");
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Panel"));
gtk_window_set_icon_name (GTK_WINDOW (dialog), GTK_STOCK_PREFERENCES);
gtk_window_stick (GTK_WINDOW (dialog));
gtk_window_set_keep_above (GTK_WINDOW (dialog), TRUE);