summaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-07-15 15:03:30 +0100
committerBastien Nocera <hadess@hadess.net>2009-07-15 15:21:08 +0100
commitd9a3f52cf11af2a8b10eedd9db482c829da30d1b (patch)
treec5043159105ca958c139c86d1a9cec5e086e309c /wizard
parentbe55bf228d5f5ce0e61626e03c76cdc9c45f8514 (diff)
downloadgnome-bluetooth-d9a3f52cf11af2a8b10eedd9db482c829da30d1b.tar.gz
Bug 588619 – Make summary page use consistent naming
Use "new device setup" more, as used in the preferences dialogue.
Diffstat (limited to 'wizard')
-rw-r--r--wizard/main.c4
-rw-r--r--wizard/wizard.ui8
2 files changed, 6 insertions, 6 deletions
diff --git a/wizard/main.c b/wizard/main.c
index dab93931..bcffe478 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -567,7 +567,7 @@ void prepare_callback (GtkWidget *assistant,
* The '%s' is the device name, for example:
* Please wait while finishing setup on 'Sony Bluetooth Headset'...
*/
- text = g_strdup_printf (_("Please wait while finishing setup on '%s'..."), target_name);
+ text = g_strdup_printf (_("Please wait while finishing setup on device '%s'..."), target_name);
gtk_label_set_text (GTK_LABEL (label_finishing), text);
g_free (text);
} else {
@@ -580,7 +580,7 @@ void prepare_callback (GtkWidget *assistant,
char **uuids, *text;
bluetooth_chooser_get_selected_device_info (selector, "name", &value);
- text = g_strdup_printf (_("Successfully configured '%s'"), g_value_get_string (&value));
+ text = g_strdup_printf (_("Successfully setup new device '%s'"), g_value_get_string (&value));
g_value_unset (&value);
gtk_label_set_text (GTK_LABEL (label_summary), text);
g_free (text);
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index f657d664..3bd5367d 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -267,7 +267,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label">Finishing setup on 'Foobar'...</property>
+ <property name="label">Please wait while finishing setup on device 'Foobar'...</property>
<property name="wrap">True</property>
</object>
<packing>
@@ -302,7 +302,7 @@
</child>
</object>
<packing>
- <property name="title" translatable="yes">Finishing Device Setup</property>
+ <property name="title" translatable="yes">Finishing New Device Setup</property>
</packing>
</child>
<child>
@@ -315,7 +315,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="label">Successfully configured 'Foobar' device</property>
+ <property name="label">Successfully setup new device 'Foobar'</property>
<property name="wrap">True</property>
</object>
<packing>
@@ -363,7 +363,7 @@
<child type="label">
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
- <property name="label" translatable="yes">Setup Finished</property>
+ <property name="label" translatable="yes">Finished New Device Setup</property>
<property name="use_markup">True</property>
<attributes>
<attribute name="weight" value="bold"/>