~timchen119/ubuntu/utopic/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to debian/patches/03_text_changes.patch

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha
  • Date: 2012-02-03 11:47:29 UTC
  • Revision ID: package-import@ubuntu.com-20120203114729-z8cj1i2u86dh6q3a
Tags: 3.2.1-1ubuntu5
* debian/patches/01_use_app_indicator.patch:
  - new "Show Bluetooth status in the menu bar" control center option,
    thanks charles (lp: #829690)
* debian/patches/03_text_changes.patch:
  - updated the wording of some of the menu entries, 
    thanks charles (lp: #906042)
* debian/patches/start_in_classic_session.patch:
  - start the applet in the GNOME classic session (lp: #924098)

[ Jeremy Bicha ]
* debian/patches/01_use_app_indicator.patch: 
  - Rename Preferences menu item to "Bluetooth Settings…" (lp: #906042)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Description: updated the wording of some of the menu entries
 
2
# Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=669284
 
3
# Ubuntu: https://launchpad.net/bugs/906042
 
4
--- a/applet/popup-menu.ui
 
5
+++ b/applet/popup-menu.ui
 
6
@@ -33,14 +33,14 @@
 
7
                                </child>
 
8
                                <child>
 
9
                                        <object class="GtkAction" id="send-file">
 
10
-                                               <property name="label" translatable="yes">Send files to device...</property>
 
11
+                                               <property name="label" translatable="yes">Send Files to Device…</property>
 
12
                                                <property name="icon-name">document-send</property>
 
13
                                                <signal name="activate" handler="sendto_callback"/>
 
14
                                        </object>
 
15
                                </child>
 
16
                                <child>
 
17
                                        <object class="GtkAction" id="browse-device">
 
18
-                                               <property name="label" translatable="yes">Browse files on device...</property>
 
19
+                                               <property name="label" translatable="yes">Browse Files on Device…</property>
 
20
                                                <signal name="activate" handler="browse_callback"/>
 
21
                                        </object>
 
22
                                </child>
 
23
@@ -53,7 +53,7 @@
 
24
                                </child>
 
25
                                <child>
 
26
                                        <object class="GtkAction" id="setup-new">
 
27
-                                               <property name="label" translatable="yes">Set up new device...</property>
 
28
+                                               <property name="label" translatable="yes">Set Up New Device…</property>
 
29
                                                <signal name="activate" handler="wizard_callback"/>
 
30
                                        </object>
 
31
                                </child>