[Uml-devel] kdesdk/umbrello/umbrello
Sebastian Stein
seb.kde at hpfsc.de
Mon Apr 7 07:32:06 UTC 2003
CVS commit by sstein:
typo fixed
M +2 -2 umldoc.cpp 1.35
--- kdesdk/umbrello/umbrello/umldoc.cpp #1.34:1.35
@@ -928,5 +928,5 @@ void UMLDoc::renameUMLObject(UMLObject *
break;
} else {
- KMessageBox::error(0, i18n("That name is already being used."), i18n("Not a Uunique Name"));
+ KMessageBox::error(0, i18n("That name is already being used."), i18n("Not a Unique Name"));
}
}
@@ -982,5 +982,5 @@ void UMLDoc::removeDiagram(int id) {
getDocWindow()->updateDocumentation(true);
UMLView* umlview = findView(id);
- if (KMessageBox::warningYesNo(0, i18n("Are you sure you want to delete diagram %1?").arg(umlview->getName()), i18n("Delete Fiagram")) == KMessageBox::Yes) {
+ if (KMessageBox::warningYesNo(0, i18n("Are you sure you want to delete diagram %1?").arg(umlview->getName()), i18n("Delete Diagram")) == KMessageBox::Yes) {
removeView(umlview);
emit sigDiagramRemoved(id);
More information about the umbrello-devel
mailing list