[solang] Fixed the label of TagNewLabel::descriptionLabel_



commit 535aed58efe39b80437a18fbb5472d86e0696b5a
Author: Debarshi Ray <rishi gnu org>
Date:   Mon Jan 18 23:54:06 2010 +0200

    Fixed the label of TagNewLabel::descriptionLabel_
    
    It should be "Description:" and not "Description". Updated the
    translations accordingly.

 po/bg.po                         |    2 +-
 po/bn_IN.po                      |    4 ++--
 po/fr.po                         |    2 +-
 po/he.po                         |    4 ++--
 po/it.po                         |    2 +-
 po/pl.po                         |    4 ++--
 src/attribute/tag-new-dialog.cpp |    4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/po/bg.po b/po/bg.po
index 6dca2be..6f2ce90 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -194,7 +194,7 @@ msgstr "Ð?ме:"
 
 #: ../src/attribute/tag-new-dialog.cpp:49
 #: ../src/attribute/tag-new-dialog.cpp:79
-msgid "Description"
+msgid "Description:"
 msgstr "Ð?пиÑ?ание"
 
 #: ../src/attribute/tag-new-dialog.cpp:56
diff --git a/po/bn_IN.po b/po/bn_IN.po
index cbd81db..03ca7c4 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -173,8 +173,8 @@ msgstr "নাম:"
 
 #: ../src/attribute/tag-new-dialog.cpp:49
 #: ../src/attribute/tag-new-dialog.cpp:79
-msgid "Description"
-msgstr "বর�ণনা"
+msgid "Description:"
+msgstr "বর�ণনা:"
 
 #: ../src/attribute/tag-new-dialog.cpp:56
 msgid "Create New Tag"
diff --git a/po/fr.po b/po/fr.po
index 57d3926..6364db8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -194,7 +194,7 @@ msgstr "Nom:"
 
 #: ../src/attribute/tag-new-dialog.cpp:49
 #: ../src/attribute/tag-new-dialog.cpp:79
-msgid "Description"
+msgid "Description:"
 msgstr "Descriptions:"
 
 #: ../src/attribute/tag-new-dialog.cpp:56
diff --git a/po/he.po b/po/he.po
index 06db9e5..d829245 100644
--- a/po/he.po
+++ b/po/he.po
@@ -146,8 +146,8 @@ msgstr "ש×?:"
 
 #: ../src/attribute/tag-new-dialog.cpp:49
 #: ../src/attribute/tag-new-dialog.cpp:79
-msgid "Description"
-msgstr "ת×?×?×?ר"
+msgid "Description:"
+msgstr "ת×?×?×?ר:"
 
 #: ../src/attribute/tag-new-dialog.cpp:56
 msgid "Create New Tag"
diff --git a/po/it.po b/po/it.po
index 8959d16..e9c4d08 100644
--- a/po/it.po
+++ b/po/it.po
@@ -135,7 +135,7 @@ msgstr "Nome:"
 
 #: ../src/attribute/tag-new-dialog.cpp:49
 #: ../src/attribute/tag-new-dialog.cpp:79
-msgid "Description"
+msgid "Description:"
 msgstr "Descrizione:"
 
 #: ../src/attribute/tag-new-dialog.cpp:56
diff --git a/po/pl.po b/po/pl.po
index 28cb60d..6529c15 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -191,8 +191,8 @@ msgstr "Nazwa:"
 
 #: ../src/attribute/tag-new-dialog.cpp:49
 #: ../src/attribute/tag-new-dialog.cpp:79
-msgid "Description"
-msgstr "Opis"
+msgid "Description:"
+msgstr "Opis:"
 
 #: ../src/attribute/tag-new-dialog.cpp:56
 msgid "Create New Tag"
diff --git a/src/attribute/tag-new-dialog.cpp b/src/attribute/tag-new-dialog.cpp
index dcc27ef..66d808b 100644
--- a/src/attribute/tag-new-dialog.cpp
+++ b/src/attribute/tag-new-dialog.cpp
@@ -46,7 +46,7 @@ TagNewDialog::TagNewDialog() throw() :
                Gtk::ALIGN_CENTER,
                false),
     nameEntry_(),
-    descriptionLabel_(_("Description"),
+    descriptionLabel_(_("Description:"),
                       Gtk::ALIGN_LEFT,
                       Gtk::ALIGN_CENTER,
                       false),
@@ -76,7 +76,7 @@ TagNewDialog::TagNewDialog( const TagPtr &tag ) throw() :
                Gtk::ALIGN_CENTER,
                false),
     nameEntry_(),
-    descriptionLabel_(_("Description"),
+    descriptionLabel_(_("Description:"),
                       Gtk::ALIGN_LEFT,
                       Gtk::ALIGN_CENTER,
                       false),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]