[gcalctool] Shorten unit categories label
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Shorten unit categories label
- Date: Tue, 21 Dec 2010 22:30:07 +0000 (UTC)
commit c41a8d2cd54cbad5c57ebbfaa14231bd80a39413
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Dec 22 09:23:10 2010 +1100
Shorten unit categories label
src/math-converter.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/math-converter.c b/src/math-converter.c
index 9de0d1e..8796bbb 100644
--- a/src/math-converter.c
+++ b/src/math-converter.c
@@ -50,7 +50,7 @@ struct UnitCategory {
};
static struct UnitCategory categories[] = {
- {N_("Angle Units"), {
+ {N_("Angles"), {
/* Angle unit */
{N_("Degrees"), "degrees"},
/* Angle unit */
@@ -58,7 +58,7 @@ static struct UnitCategory categories[] = {
/* Angle unit */
{N_("Gradians"), "gradians"},
{NULL, NULL}}},
- {N_("Length Units"), {
+ {N_("Lengths"), {
/* Length unit */
{N_("Parsecs"), "parsecs"},
/* Length unit */
@@ -92,7 +92,7 @@ static struct UnitCategory categories[] = {
/* Length unit */
{N_("Nanometers"), "nanometers"},
{NULL, NULL}}},
- {N_("Area Units"), {
+ {N_("Areas"), {
/* Area unit */
{N_("Hectares"), "hectares"},
/* Area unit */
@@ -104,7 +104,7 @@ static struct UnitCategory categories[] = {
/* Area unit */
{N_("mm²"), "mm²"},
{NULL, NULL}}},
- {N_("Volume Units"), {
+ {N_("Volumes"), {
/* Volume unit */
{N_("m³"), "m³"},
/* Volume unit */
@@ -122,7 +122,7 @@ static struct UnitCategory categories[] = {
/* Volume unit */
{N_("mm³"), "mm³"},
{NULL, NULL}}},
- {N_("Weight Units"), {
+ {N_("Weights"), {
/* Weight unit */
{N_("Tonnes"), "tonnes"},
/* Weight unit */
@@ -134,7 +134,7 @@ static struct UnitCategory categories[] = {
/* Weight unit */
{N_("Grams"), "grams"},
{NULL, NULL}}},
- {N_("Time Units"), {
+ {N_("Times"), {
/* Time unit */
{N_("Years"), "years"},
/* Time unit */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]