diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sync/sync_host_type.ui | 4 | ||||
-rw-r--r-- | src/sync/sync_opera_settings.ui | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/src/sync/sync_host_type.ui b/src/sync/sync_host_type.ui index 6bdef5fa..30656981 100644 --- a/src/sync/sync_host_type.ui +++ b/src/sync/sync_host_type.ui @@ -34,14 +34,14 @@ <item> <widget class="QRadioButton" name="googleRadioButton"> <property name="text"> - <string>Google Bookmarks</string> + <string>Google Sync</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="operaRadioButton"> <property name="text"> - <string>Opera Bookmarks</string> + <string>Opera Sync</string> </property> </widget> </item> diff --git a/src/sync/sync_opera_settings.ui b/src/sync/sync_opera_settings.ui index 5144c552..86da1cb3 100644 --- a/src/sync/sync_opera_settings.ui +++ b/src/sync/sync_opera_settings.ui @@ -44,6 +44,19 @@ </widget> </item> <item> + <widget class="QLabel" name="infoLabel"> + <property name="styleSheet"> + <string notr="true">QLabel { color : red; }</string> + </property> + <property name="text"> + <string>Only bookmarks will be synchronized.</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |