[gnome-shell] power: consistently use Title Case
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] power: consistently use Title Case
- Date: Tue, 5 Feb 2013 18:21:33 +0000 (UTC)
commit e6ef3ea24f5c2938f4052e5875488a14acaf0151
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Dec 3 23:15:57 2012 -0500
power: consistently use Title Case
https://bugzilla.gnome.org/show_bug.cgi?id=689589
js/ui/status/power.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/status/power.js b/js/ui/status/power.js
index d5b2de0..53dc52c 100644
--- a/js/ui/status/power.js
+++ b/js/ui/status/power.js
@@ -198,9 +198,9 @@ const DeviceItem = new Lang.Class({
_deviceTypeToString: function(type) {
switch (type) {
case UPDeviceType.AC_POWER:
- return _("AC adapter");
+ return _("AC Adapter");
case UPDeviceType.BATTERY:
- return _("Laptop battery");
+ return _("Laptop Battery");
case UPDeviceType.UPS:
return _("UPS");
case UPDeviceType.MONITOR:
@@ -212,9 +212,9 @@ const DeviceItem = new Lang.Class({
case UPDeviceType.PDA:
return _("PDA");
case UPDeviceType.PHONE:
- return _("Cell phone");
+ return _("Cell Phone");
case UPDeviceType.MEDIA_PLAYER:
- return _("Media player");
+ return _("Media Player");
case UPDeviceType.TABLET:
return _("Tablet");
case UPDeviceType.COMPUTER:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]