[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5154] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5154] branches/1.3
- From: ..hidden..
- Date: Thu, 11 Oct 2012 00:52:48 +0000
Revision: 5154
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5154&view=rev
Author: hasorli
Date: 2012-10-11 00:52:48 +0000 (Thu, 11 Oct 2012)
Log Message:
-----------
Fix error in msgid for what should be "Add Language", the word "Language" is spelled incorrectly as "Lanugage". (Robert James Clay)
Modified Paths:
--------------
branches/1.3/bin/am.pl
branches/1.3/locale/LedgerSMB.pot
branches/1.3/locale/po/es_AR.po
Modified: branches/1.3/bin/am.pl
===================================================================
--- branches/1.3/bin/am.pl 2012-10-09 00:08:40 UTC (rev 5153)
+++ branches/1.3/bin/am.pl 2012-10-11 00:52:48 UTC (rev 5154)
@@ -1149,7 +1149,7 @@
push @buttons, {
name => 'action',
value => 'add_language',
- text => $locale->text('Add Lanugage'),
+ text => $locale->text('Add Language'),
type => 'submit',
class => 'submit',
};
Modified: branches/1.3/locale/LedgerSMB.pot
===================================================================
--- branches/1.3/locale/LedgerSMB.pot 2012-10-09 00:08:40 UTC (rev 5153)
+++ branches/1.3/locale/LedgerSMB.pot 2012-10-11 00:52:48 UTC (rev 5154)
@@ -339,8 +339,8 @@
msgid "Languages"
msgstr ""
-#: am.pl:1139
-msgid "Add Lanugage"
+#: am.pl:1152
+msgid "Add Language"
msgstr ""
#: am.pl:1162
Modified: branches/1.3/locale/po/es_AR.po
===================================================================
--- branches/1.3/locale/po/es_AR.po 2012-10-09 00:08:40 UTC (rev 5153)
+++ branches/1.3/locale/po/es_AR.po 2012-10-11 00:52:48 UTC (rev 5154)
@@ -244,7 +244,7 @@
msgid "Languages"
msgstr "Idiomas"
-msgid "Add Lanugage"
+msgid "Add Language"
msgstr "Agregar Idioma"
msgid "%1 Language"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.