[gcalctool] Use K for kelvin, not ˚K
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Use K for kelvin, not ˚K
- Date: Wed, 20 Apr 2011 02:10:39 +0000 (UTC)
commit b2e37c01f1aee3d13ffccb47f50746d297e5ecaa
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Apr 20 12:09:14 2011 +1000
Use K for kelvin, not Ë?K
NEWS | 1 +
src/unit-manager.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7848ddb..8c633ce 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Overview of changes in gcalctool 6.1.0
(Bug #647327)
* Fix crash when not all currencies downloaded
* Fix bit editor (Bug #646142)
+ * Use K for kelvin, not Ë?K (Bug #643585)
Overview of changes in gcalctool 6.0.0
diff --git a/src/unit-manager.c b/src/unit-manager.c
index a1a9dc1..0803593 100644
--- a/src/unit-manager.c
+++ b/src/unit-manager.c
@@ -96,7 +96,7 @@ unit_manager_get_default(void)
{NULL, "microsecond", N_("Microseconds"), NC_("unit-format", "%s μs"), "0.000001x", "1000000x", NC_("unit-symbols", "microsecond,microseconds,us")},
{"temperature", "degree-celcius", N_("Celcius"), NC_("unit-format", "%sË?C"), "x+273.15", "x-273.15", NC_("unit-symbols", "degC,Ë?C")},
{NULL, "degree-farenheit", N_("Farenheit"), NC_("unit-format", "%sË?F"), "(x+459.67)*5/9", "x*9/5-459.67", NC_("unit-symbols", "degF,Ë?F")},
- {NULL, "degree-kelvin", N_("Kelvin"), NC_("unit-format", "%sË?K"), "x", "x", NC_("unit-symbols", "degK,Ë?K")},
+ {NULL, "degree-kelvin", N_("Kelvin"), NC_("unit-format", "%s K"), "x", "x", NC_("unit-symbols", "K")},
{NULL, "degree-rankine", N_("Rankine"), NC_("unit-format", "%sË?R"), "x*5/9", "x*9/5", NC_("unit-symbols", "degR,Ë?R")},
{ NULL, NULL, NULL, NULL, NULL, NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]