[gnome-system-tools] Mark a string as translatable
- From: Milan Bouchet-Valat <milanbv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-tools] Mark a string as translatable
- Date: Sun, 14 Mar 2010 15:31:16 +0000 (UTC)
commit f809424cef210d0dc718b5c459406532326d9b8d
Author: Milan Bouchet-Valat <nalimilan club fr>
Date: Sun Mar 14 13:38:25 2010 +0100
Mark a string as translatable
It should have been marked for translation since the beginning.
interfaces/users.ui | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/interfaces/users.ui b/interfaces/users.ui
index 3066105..24216b9 100644
--- a/interfaces/users.ui
+++ b/interfaces/users.ui
@@ -189,7 +189,7 @@
</child>
<child>
<object class="GtkButton" id="edit_user_name_button">
- <property name="label">_Change...</property>
+ <property name="label" translatable="yes">_Change...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -255,7 +255,7 @@
</child>
<child>
<object class="GtkButton" id="edit_user_passwd_button">
- <property name="label">_Change...</property>
+ <property name="label" translatable="yes">_Change...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -291,7 +291,7 @@
</child>
<child>
<object class="GtkButton" id="edit_user_profile_button">
- <property name="label">_Change...</property>
+ <property name="label" translatable="yes">_Change...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]