sync-ui: "haven't set up" -> "haven't selected" (MB #5660)

Suppose someone has already configured SyncEvolution, perhaps from a previous
release or via Genesis, and then starts the sync-ui for the first time.
Telling him that he hasn't "set up" a sync service and asking him to
"set up" one is wrong.

Changed the verb from "set up" to "select", which covers both "no service
set up" and "no service selected in the GUI".
This commit is contained in:
Patrick Ohly 2009-09-16 11:02:57 +02:00
parent f824ff57e1
commit e650ba5701

View file

@ -345,7 +345,7 @@
<widget class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">You haven't set up a sync service yet. Sync services let you
<property name="label" translatable="yes">You haven't selected a sync service yet. Sync services let you
synchronize your data between your netbook and a web service.</property>
</widget>
<packing>
@ -361,7 +361,7 @@ synchronize your data between your netbook and a web service.</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="label" translatable="yes">Setup sync service</property>
<property name="label" translatable="yes">Select sync service</property>
<property name="response_id">0</property>
</widget>
<packing>