Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > f745d66c36ce3eac20891caf781cfa0b > files > 8

gnome-power-manager-2.16.0-8.el5.src.rpm

diff -urNp origin-rh/src/gpm-power.c new/src/gpm-power.c
--- origin-rh/src/gpm-power.c	2007-06-01 11:33:47.000000000 +0100
+++ new/src/gpm-power.c	2007-06-01 11:40:08.000000000 +0100
@@ -469,15 +469,15 @@ gpm_power_kind_to_string (GpmPowerKind b
 	if (battery_kind == GPM_POWER_KIND_PRIMARY) {
  		str = "primary";
 	} else if (battery_kind == GPM_POWER_KIND_UPS) {
- 		str = _("ups");
+ 		str = "ups";
 	} else if (battery_kind == GPM_POWER_KIND_MOUSE) {
- 		str = _("mouse");
+ 		str = "mouse";
 	} else if (battery_kind == GPM_POWER_KIND_KEYBOARD) {
- 		str = _("keyboard");
+ 		str = "keyboard";
 	} else if (battery_kind == GPM_POWER_KIND_PDA) {
- 		str = _("pda");
+ 		str = "pda";
  	} else {
- 		str = _("unknown");
+ 		str = "unknown";
 	}
 	return str;
 }