From 9a36b5727a918b73b96fa285c3cff393ec5f43ed Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 03 Mar 2005 15:08:34 +0000 Subject: nochn fix --- (limited to 'pwmanager') diff --git a/pwmanager/pwmanager/pwmdoc.cpp b/pwmanager/pwmanager/pwmdoc.cpp index 6fbe110..61f2616 100644 --- a/pwmanager/pwmanager/pwmdoc.cpp +++ b/pwmanager/pwmanager/pwmdoc.cpp @@ -1290,7 +1290,7 @@ PwMerror PwMDoc::getCommentByLvp_long(const QString &category, int listViewPos, tempval = QString (dti.dta[cat].d[i].pw.c_str()); if ( !tempval.isEmpty() ) { if ( dti.dta[cat].d[i].lockStat ) - retval += "" +QString ( catItem->pw_text.c_str() )+ ": " + i18n("") +"
" ; + retval += "" +QString ( catItem->pw_text.c_str() )+ ": " + i18n("LOCKED") +"
" ; else retval += "" +QString ( catItem->pw_text.c_str() )+ ": " + tempval+"
" ; } -- cgit v0.9.0.2