[gnome-bluetooth] applet: Remove left-over header capitalisation
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] applet: Remove left-over header capitalisation
- Date: Sat, 18 Feb 2012 12:55:10 +0000 (UTC)
commit 65ddc52b703fd2f4e80f0283aca4e30363d3ecaf
Author: Bastien Nocera <hadess hadess net>
Date: Sat Feb 18 13:48:58 2012 +0100
applet: Remove left-over header capitalisation
https://bugzilla.gnome.org/show_bug.cgi?id=669284
applet/main.c | 4 ++--
applet/popup-menu.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/applet/main.c b/applet/main.c
index 6e9263e..993824b 100644
--- a/applet/main.c
+++ b/applet/main.c
@@ -227,11 +227,11 @@ killswitch_state_changed (GObject *gobject,
}
if (state == BLUETOOTH_KILLSWITCH_STATE_SOFT_BLOCKED) {
- label = N_("Turn On Bluetooth");
+ label = N_("Turn on Bluetooth");
status_label = N_("Bluetooth: Off");
bstate = FALSE;
} else if (state == BLUETOOTH_KILLSWITCH_STATE_UNBLOCKED) {
- label = N_("Turn Off Bluetooth");
+ label = N_("Turn off Bluetooth");
status_label = N_("Bluetooth: On");
bstate = TRUE;
} else if (state == BLUETOOTH_KILLSWITCH_STATE_HARD_BLOCKED) {
diff --git a/applet/popup-menu.ui b/applet/popup-menu.ui
index 58d5611..8353d37 100644
--- a/applet/popup-menu.ui
+++ b/applet/popup-menu.ui
@@ -15,7 +15,7 @@
</child>
<child>
<object class="GtkAction" id="killswitch">
- <property name="label" translatable="no">Turn Off Bluetooth</property>
+ <property name="label" translatable="no">Turn off Bluetooth</property>
<property name="visible">false</property>
<signal name="activate" handler="bluetooth_status_callback"/>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]