[gcalctool] Fix localisation for currency conversion (Bug #642563)
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool] Fix localisation for currency conversion (Bug #642563)
- Date: Thu, 17 Feb 2011 22:29:38 +0000 (UTC)
commit 1aa335f289ef01e04a71dc14da310756b64674fb
Author: Ivaylo Valkov <ivaylo e-valkov org>
Date: Fri Feb 18 09:29:28 2011 +1100
Fix localisation for currency conversion (Bug #642563)
src/currency-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/currency-manager.c b/src/currency-manager.c
index be9c905..a25b12e 100644
--- a/src/currency-manager.c
+++ b/src/currency-manager.c
@@ -112,7 +112,7 @@ currency_manager_get_default(void)
for (i = 0; currency_info[i].short_name; i++) {
Currency *c = currency_new(currency_info[i].short_name,
- currency_info[i].long_name,
+ _(currency_info[i].long_name),
currency_info[i].symbol);
default_currency_manager->priv->currencies = g_list_append(default_currency_manager->priv->currencies, c);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]