[ekiga] Add translator comment
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Add translator comment
- Date: Thu, 18 Nov 2010 11:02:57 +0000 (UTC)
commit 2c6788a483c5eeb3e4fc32d9fbada8bdcdf0284f
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Thu Nov 18 12:02:03 2010 +0100
Add translator comment
Fixes bug #628641.
plugins/resource-list/rl-list.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/resource-list/rl-list.cpp b/plugins/resource-list/rl-list.cpp
index ee68a0c..1049a46 100644
--- a/plugins/resource-list/rl-list.cpp
+++ b/plugins/resource-list/rl-list.cpp
@@ -179,10 +179,12 @@ RL::ListImpl::ListImpl (Ekiga::ServiceCore& core_,
if ( !group_.empty ()) {
+ /* Translators: #%d - ordinal number */
raw = g_strdup_printf (_("%s / List #%d"),
group_.c_str (), position);
} else {
+ /* Translators: #%d - ordinal number */
raw = g_strdup_printf (_("List #%d"), position);
}
position_name = raw;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]